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