callSocketIoMethodWithCallback method

Future callSocketIoMethodWithCallback(
  1. String method,
  2. dynamic data,
  3. Map<String, dynamic>? other
)

Implementation

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