setMemo<T> method

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

Implementation

Future<bool> setMemo<T>(String key, T value) {
  throw UnimplementedError('setMemo() has not been implemented.');
}