disconnect method

Future disconnect()

Disconnect from the connected device. The following states can be emitted on the statusStream in response:

Implementation

Future disconnect() async {
  await _channel.invokeMethod(disconnectMethod);
}