OnCustomError<T> typedef

OnCustomError<T> = Object Function(int statusCode, dynamic response)

Implementation

typedef OnCustomError<T> = Object Function(
  int statusCode,
  dynamic response,
);