SuccessHandler<T> typedef

SuccessHandler<T> = dynamic Function(T? response)

Implementation

typedef SuccessHandler<T> = Function(T? response);