getList<T> method
- String key, {
- List<
T> def = const [], - OnGetValueErrorCallback? onError,
Get bool Type
Implementation
List<T> getList<T>(
String key, {
List<T> def = const [],
OnGetValueErrorCallback? onError,
}) {
return getValue(key, def: def, onError: onError);
}