getString method

String? getString(
  1. String key
)

Implementation

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