📖 Get a String value (returns null if key doesn't exist).
null
static String? getString(String key) { assert(_prefs != null, 'Call EaseXStorage.init() first!'); return _prefs!.getString(key); }