onReady method

Future<void> onReady()

Returns Future that is completed when the SDK client is ready.

Implementation

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