createMany abstract method

Future<List<Map<String, Object?>>> createMany({
  1. required CreateManyBody body,
  2. String? authorization,
})

Implementation

Future<List<Map<String, Object?>>> createMany({
  required CreateManyBody body,
  String? authorization,
});