hundred_pay_hq_wrapper library

Support for doing something awesome.

More dartdocs go here.

Properties

listEquals bool Function(List? list1, List? list2)
final
listEquals2 bool Function(List? list1, List? list2)
final
mapEquals bool Function(Map? map1, Map? map2)
final

Typedefs

NetworkCallBack<R> = R Function(dynamic json)
NetworkOnFailureCallBackWithMessage<R> = R Function(NetworkResponseErrorType errType, String? msg)