onReadyFromCache method

Future<void> onReadyFromCache()

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

Implementation

Future<void> onReadyFromCache() {
  return _onEvent(_eventClientReadyFromCache);
}