ResponseParser<T> typedef

ResponseParser<T> = T Function(dynamic data)

Implementation

typedef ResponseParser<T> = T Function(dynamic data);