RescueRepositoryImpl class

Inheritance

Constructors

RescueRepositoryImpl(HttpService httpService)

Properties

hashCode int
The hash code for this object.
no setterinherited
httpService HttpService
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

changeVoucherStatus({required int idRedeemption, required String newStatus, required String appId, String? adminUserID}) Future<RescueModel>
override
getRescueById({required String id, required String appId}) Future<RescueModel>
override
getRescuesFromClient({required String tokenCliente, required String appId}) Future<List<Rescue>?>
override
makeRescue({required int idPrize, required int quantity, required String appId, required String tokenCliente, String? deliveryAddressId}) Future<RescueModel>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
redemptionsByDate({required String appId, required DateTime startDate, int page = 0}) Future<RedemptionsByDateModel>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited