disconnectDevice method

  1. @Deprecated("Use disconnectBluetoothDevice().... disconnectDevice() will be removed in feature release")
Future<void> disconnectDevice()

Implementation

@Deprecated(
    "Use disconnectBluetoothDevice().... disconnectDevice() will be removed in feature release")
Future<void> disconnectDevice() {
  throw UnimplementedError('Not implemented.');
}