add abstract method

Future<int> add(
  1. E value, {
  2. bool notify = true,
})

Saves the value with an auto-increment key.

Implementation

Future<int> add(
  E value, {
  bool notify = true,
});