openBluetoothPort method

Future<bool> openBluetoothPort(
  1. String macAddress
)

Implementation

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