write abstract method

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

Write cookie value with the given key to the storage.

Implementation

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