ProcessResponseMethod typedef

ProcessResponseMethod = Future<void> Function(Response response)

Implementation

typedef ProcessResponseMethod = Future<void> Function(http.Response response);