list abstract method

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

Implementation

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