menu
hb_common package
documentation
utils/hb_cache_file.dart
HbCacheFile
getLocalFilePath static method
getLocalFilePath static method
dark_mode
light_mode
getLocalFilePath
static method
String
getLocalFilePath
(
String
path
)
拼接本地路径
Implementation
static String getLocalFilePath(String path) { return "${documentsDirectory!.path}$path"; }
hb_common package
documentation
utils/hb_cache_file
HbCacheFile
getLocalFilePath static method
HbCacheFile class