bluetoothReconnectDevice method
reconnect using already connected bluetooth device
Implementation
Future<BluetoothDevice?> bluetoothReconnectDevice() {
throw UnimplementedError(
'bluetoothReconnectDevice() has not been implemented.');
}
reconnect using already connected bluetooth device
Future<BluetoothDevice?> bluetoothReconnectDevice() {
throw UnimplementedError(
'bluetoothReconnectDevice() has not been implemented.');
}