persist abstract method

Future<void> persist(
  1. List<Document> docs
)

Persist function called with the bath of documents that have changed (including been deleted) within the last throttle window specified by the Persistor.persistenceThrottle duration.

Implementation

Future<void> persist(List<Document> docs);