getString method

Future<String?> getString(
  1. UserPrefKey key
)

Implementation

Future<String?> getString(UserPrefKey key) => get<String>(key);