@override Future<bool> connectIp(String ip) async { return await methodChannel.invokeMethod('connectIp', ip); }