callSocketIoMethodWithCallback method
Implementation
Future<dynamic> callSocketIoMethodWithCallback(
String method, dynamic data, Map<String, dynamic>? other) {
throw UnimplementedError('setOption() has not been implemented.');
}
Future<dynamic> callSocketIoMethodWithCallback(
String method, dynamic data, Map<String, dynamic>? other) {
throw UnimplementedError('setOption() has not been implemented.');
}