bluetoothReconnectDevice method

Future<BluetoothDevice?> bluetoothReconnectDevice()

reconnect using already connected bluetooth device

Implementation

Future<BluetoothDevice?> bluetoothReconnectDevice() {
  throw UnimplementedError(
      'bluetoothReconnectDevice() has not been implemented.');
}