OnParse<T> typedef
OnParse<T> =
T Function(dynamic response)
Custom Function to provide response converter (Map to Object)
Implementation
typedef OnParse<T> = T Function(dynamic response);
Custom Function to provide response converter (Map to Object)
typedef OnParse<T> = T Function(dynamic response);