setValue abstract method

  1. @protected
Future<void> setValue(
  1. String key,
  2. String value
)

Sets the value for this key

Implementation

@protected
Future<void> setValue(String key, String value);