callSocketIoMethod method

Future<void> callSocketIoMethod(
  1. String method
)

Implementation

Future<void> callSocketIoMethod(String method) {
  throw UnimplementedError('setOption() has not been implemented.');
}