connectPeripheral method

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

Implementation

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