save abstract method

Future<E> save(
  1. E item
)

Saves the given item, overriding any previous entries.

Implementation

Future<E> save(E item);