get abstract method

Future<Map<String, Object?>> get({
  1. required GetBody body,
  2. String? authorization,
})

Implementation

Future<Map<String, Object?>> get({
  required GetBody body,
  String? authorization,
});