ResponseFunction typedef

ResponseFunction = void Function({DioError? dioError, Exception? exception, Response? response})

Implementation

typedef ResponseFunction = void Function(
    {Response? response, DioError? dioError, Exception? exception});