setString abstract method

Future<bool> setString(
  1. String key,
  2. String value
)

Saves a string value to persistent storage in the background.

If value is null, this is equivalent to calling remove() on the key.

Implementation

Future<bool> setString(String key, String value);