add method

Future<K> add(
  1. V value
)

Add.

Implementation

Future<K> add(V value) => _impl.addImpl(value);