disconnect method

Future<void> disconnect()

Disconnects from the currently connected Bluetooth device.

Implementation

Future<void> disconnect() {
  throw UnimplementedError('disconnect() has not been implemented.');
}