add method

Future<K> add(
  1. V value
)

Add a record

Implementation

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