updateMany abstract method

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

Implementation

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