customCacheKey property

List Function(TInput input)? customCacheKey
final

Optional custom cache key generator overriding default RPC cache key derivation.

Implementation

final List<dynamic> Function(TInput input)? customCacheKey;