putMany<T> abstract method

Future<List<int>> putMany<T>(
  1. List<T> objects
)

Implementation

Future<List<int>> putMany<T>(List<T> objects);