ResponseParser<ItemType> typedef

ResponseParser<ItemType> = Future<ItemType> Function(dynamic result, Map? headers)

Implementation

typedef ResponseParser<ItemType> = Future<ItemType> Function(
  dynamic result,
  Map? headers,
);