callSocketIoMethod method

  1. @override
Future callSocketIoMethod(
  1. String method
)
override

Implementation

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