GetString function

String? GetString(
  1. String key
)

Implementation

String? GetString(String key) {
  return prefs!.getString(key);
}