put string.
static Future<bool>? setString(String key, String value) { return prefs?.setString(key, value); }