setString abstract method

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

Sets the value of the given key to the specified String value.

Implementation

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