disconnect method

Future<void> disconnect()

Disconnects from the MSR605X device.

Implementation

Future<void> disconnect() async {
  await MSRXPlatform.instance.disconnect();
}