connectPeripheral method

  1. @override
Future connectPeripheral({
  1. String? peripheralAddress,
})
override

Implementation

@override
Future connectPeripheral({String? peripheralAddress}) async {
  await methodChannel.invokeMethod('connectPeripheral', <String, dynamic>{'peripheral': peripheralAddress});
}