cacheKey property
Optional cache key for offline support. Must be provided together with cacheToJson, cacheFromJson, onSaveCache, and onReadCache.
Implementation
// String Function(int)? cacheKey;
String? cacheKey;
Optional cache key for offline support. Must be provided together with cacheToJson, cacheFromJson, onSaveCache, and onReadCache.
// String Function(int)? cacheKey;
String? cacheKey;