connectPeripheral method

Future<void> connectPeripheral({
  1. String? peripheralAddress,
})

Implementation

Future<void> connectPeripheral({String? peripheralAddress}) {
  throw UnimplementedError('connectPeripheral() has not been implemented');
}