menu
mini_program_sdk package
documentation
cache/runtime_cache.dart
MiniProgramCacheManager
getTotalBytes method
getTotalBytes method
dark_mode
light_mode
getTotalBytes
method
Future
<
int
>
getTotalBytes
(
{
String
?
appId
,
})
Implementation
Future<int> getTotalBytes({String? appId}) { return _getCacheTotalBytes(this, appId: appId); }
mini_program_sdk package
documentation
cache/runtime_cache
MiniProgramCacheManager
getTotalBytes method
MiniProgramCacheManager class