bluetoothReconnectDevice method

Future bluetoothReconnectDevice()

reconnect using already connected bluetooth device

Implementation

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