menu
mini_program_sdk package
documentation
cache/runtime_cache.dart
MiniProgramCacheManager
getMetadata method
getMetadata method
dark_mode
light_mode
getMetadata
method
MiniProgramCacheMetadata
?
getMetadata
(
String
appId
)
Implementation
MiniProgramCacheMetadata? getMetadata(String appId) { return _metadata[_normalizeAppId(appId)]; }
mini_program_sdk package
documentation
cache/runtime_cache
MiniProgramCacheManager
getMetadata method
MiniProgramCacheManager class