@override Future<dynamic> setUri(String uri) async { return await methodChannel .invokeMethod<dynamic>("SocketIO[setUri]", {"data": uri}); }