createAll abstract method

Future createAll(
  1. List<T> items
)

Method createAll but add a list of entries

Implementation

Future createAll(List<T> items);