bluetoothDisconnect method

Future<String> bluetoothDisconnect()

disconnect connected device

Implementation

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