disconnect method
Disconnects from the MSR605X device.
Implementation
Future<void> disconnect() async {
await MSRXPlatform.instance.disconnect();
}
Disconnects from the MSR605X device.
Future<void> disconnect() async {
await MSRXPlatform.instance.disconnect();
}