add abstract method

Future<int> add(
  1. E value
)

Saves the value with an auto-increment key.

Implementation

Future<int> add(E value);