menu
base_application package
documentation
app/common/services/storage/storage.dart
AppStorage
hasData static method
hasData static method
dark_mode
light_mode
hasData
static method
bool
hasData
(
String
key
)
Implementation
static bool hasData(String key) => _storage.hasData(key);
base_application package
documentation
app/common/services/storage/storage
AppStorage
hasData static method
AppStorage class