menu
shard package
documentation
shard_test.dart
FakeStateStorage
hasKey method
hasKey method
dark_mode
light_mode
hasKey
method
bool
hasKey
(
String
key
)
Whether
key
is currently present in storage.
Implementation
bool hasKey(String key) => _data.containsKey(key);
shard package
documentation
shard_test
FakeStateStorage
hasKey method
FakeStateStorage class