onReady method

Future<void> onReady()

Implementation

Future<void> onReady() {
  return _onEvent(_eventClientReady);
}