custom abstract method

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

Implementation

Future<Map<String, Object?>> custom({
  required String operation,
  required CustomOneBody body,
  String? authorization,
});