get<T> method

Future<T?> get<T>(
  1. UserPrefKey key
)

Implementation

Future<T?> get<T>(UserPrefKey key) {
  return shared.get(prefName(key));
}