bulkUpsert abstract method

Future<List<String>?> bulkUpsert(
  1. List<T> entities
)

TODO: add doc

Implementation

Future<List<String>?> bulkUpsert(List<T> entities);