menu
solid_signals package
documentation
reactive_flutter.dart
SignalStorage
read abstract method
read abstract method
dark_mode
light_mode
read
abstract method
String
?
read
(
String
key
)
Reads the string value associated with
key
, or
null
if not found.
Implementation
String? read(String key);
solid_signals package
documentation
reactive_flutter
SignalStorage
read abstract method
SignalStorage class