Sets a String value for the given key.
String
key
static Future<bool> setString(String key, String value) => _instance.setString(key, value);