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