onReadyFromCache method

Future<void> onReadyFromCache()

Implementation

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