onix_flutter_core library

Typedefs

OnCustomError<T> = Object Function(int statusCode, dynamic response)
OnParse<T> = T Function(dynamic response)
Custom Function to provide response converter (Map to Object)
OnRequest<T> = Future<T> Function()
Custom function to provide request Future