put abstract method

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

Implementation

Future<void> put(String key, dynamic value);