dispose method
override
Closes the connection to the device.
Implementation
@override
Future<void> dispose() { isInitialized = false; return super.dispose(); }
Closes the connection to the device.
@override
Future<void> dispose() { isInitialized = false; return super.dispose(); }