Method Channel
Future<bool?> connect(String address) async { return await _methodChannel.invokeMethod('connect', {'address': address}); }