@override Future<String?> connect() async { var dataJson = await methodChannel.invokeMethod('connect') as String; return dataJson; }