@override void onResult(ResModel resModel, String _action) { if (_action == ICactions.SUCCESS) { _icash.onIcashSuccess(resModel.toMap()); } else { _icash.onIcashError(_action); } }