put<T> abstract method

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

Implementation

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