getString static method

String? getString(
  1. String key
)

Implementation

static String? getString(String key) => _prefs.getString(key);