Prfy<T> constructor
- @Deprecated('Use PrfIso instead. This class will be removed in a future version.')
- String key, {
- T? defaultValue,
Creates a new isolate-safe preference object with the given key
and optional defaultValue
.
Implementation
@Deprecated(
'Use PrfIso instead. This class will be removed in a future version.')
Prfy(super.key, {super.defaultValue});