customDecode property
customize decode function, null idicates the key not existing in storage
Implementation
final T Function(String? val)? customDecode;
customize decode function, null idicates the key not existing in storage
final T Function(String? val)? customDecode;