getValue method
override
Get the latest value from the persistent storage synchronously.
If the returned value doesn't exist (=is null), returns defaultValue.
Implementation
@override
T getValue() => _preference!.getValue();
Get the latest value from the persistent storage synchronously.
If the returned value doesn't exist (=is null), returns defaultValue.
@override
T getValue() => _preference!.getValue();