batchUpsert abstract method

Future<void> batchUpsert(
  1. List<T> items
)

Implementation

Future<void> batchUpsert(List<T> items);