onReadyFromCache method
Returns Future that is completed when the SDK client is ready from cache.
Implementation
Future<void> onReadyFromCache() {
return _onEvent(_eventClientReadyFromCache);
}
Returns Future that is completed when the SDK client is ready from cache.
Future<void> onReadyFromCache() {
return _onEvent(_eventClientReadyFromCache);
}