SharedPrefGetter<T> typedef

SharedPrefGetter<T> = T? Function(String key)

Implementation

typedef SharedPrefGetter<T> = T? Function(String key);