put abstract method

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

Implementation

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