customCacheKey property
Optional custom cache key generator overriding default RPC cache key derivation.
Implementation
final List<dynamic> Function(TInput input)? customCacheKey;
Optional custom cache key generator overriding default RPC cache key derivation.
final List<dynamic> Function(TInput input)? customCacheKey;