store abstract method

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

Implementation

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