menu
shared_pref_annotation package
documentation
sp_value.dart
SPValueBase<T>
setValue method
setValue method
dark_mode
light_mode
setValue
method
Future
<
bool
>
setValue
(
T
value
)
Set value to shared preferences.
Implementation
Future<bool> setValue(T value) => _setter(key, value);
shared_pref_annotation package
documentation
sp_value
SPValueBase<T>
setValue method
SPValueBase class