@override Future<dynamic> callSocketIoMethod(String method) async { return await methodChannel.invokeMethod<dynamic>(method); }