getString method

String? getString(
  1. String key
)
inherited

Implementation

String? getString(String key) => _pref.getString(key);