setValue abstract method

Future<void> setValue({
  1. required String key,
  2. required String value,
})

Sets the value to be associated with the given key

Implementation

Future<void> setValue({required String key, required String value});