menu
mini_program_sdk package
documentation
cache/persistence/storage_key_codec.dart
encodeRuntimeCacheStorageKey function
encodeRuntimeCacheStorageKey function
dark_mode
light_mode
encodeRuntimeCacheStorageKey
function
String
encodeRuntimeCacheStorageKey
(
String
value
)
Implementation
String encodeRuntimeCacheStorageKey(String value) { return base64Url.encode(utf8.encode(value)); }
mini_program_sdk package
documentation
cache/persistence/storage_key_codec
encodeRuntimeCacheStorageKey function
storage_key_codec library