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