customEncode property
customize encode function, returning null indicates removing the key from storage
Implementation
final String? Function(T val)? customEncode;
customize encode function, returning null indicates removing the key from storage
final String? Function(T val)? customEncode;