connectBluetooth method

Future<bool> connectBluetooth(
  1. String identifier, {
  2. int timeout = 20000,
})

Connect via Bluetooth.

Implementation

Future<bool> connectBluetooth(String identifier, {int timeout = 20000}) {
  throw UnimplementedError('connectBluetooth() has not been implemented.');
}