connectBleDevice method

Future<void> connectBleDevice(
  1. String deviceAddress
)

Implementation

Future<void> connectBleDevice(String deviceAddress) async {
  throw UnimplementedError('connectBleDevice() has not been implemented.');
}