utils/src/storage_util library
Classes
Functions
-
calcTemporaryDirectoryCacheSize(
) → Future< String> -
clearStorage(
) → Future< bool> -
clearTemporaryDirectoryCache(
) → Future< bool> -
getStorageBool(
String key) → Future< bool> -
getStorageString(
String key) → Future< String?> -
removeStorage(
String key) → Future< bool> -
setStorageBool(
String key, bool value) → Future< bool> -
setStorageString(
String key, String value) → Future< bool>