ready method

Future<void> ready()

signal that the websocket is ready

Implementation

Future<void> ready() {
  return webSocketChannel.ready;
}