put string.
static Future<bool> putString(String key, String value) { _ensureInitialized(); return _prefs.setString(key, value); }