Sets a string value.
@override Future<bool> setString(String key, String value) async { _storage.setItem(key, value); return true; }