disconnectDevice method

Future<void> disconnectDevice(
  1. BluetoothDevice device
)

Implementation

Future<void> disconnectDevice(BluetoothDevice device) async {
  throw UnimplementedError('disconnectDevice() has not been implemented.');
}