menu
flutter_boilerplate package
documentation
app/common/services/storage/storage.dart
StorageService
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);
flutter_boilerplate package
documentation
app/common/services/storage/storage
StorageService
hasData static method
StorageService class