connectBluetooth method

Future<bool> connectBluetooth(
  1. String address
)

Implementation

Future<bool> connectBluetooth(String address) {
  throw UnimplementedError('connectBluetooth() has not been implemented.');
}