customMany abstract method

Future<List<Map<String, Object?>>> customMany({
  1. required String operation,
  2. required CustomBody body,
  3. String? authorization,
})

Implementation

Future<List<Map<String, Object?>>> customMany({
  required String operation,
  required CustomBody body,
  String? authorization,
});