PrivilegesRemoteDataSourceImpl class
- Implemented types
Constructors
- PrivilegesRemoteDataSourceImpl({required ApiClient apiClient})
Properties
Methods
-
getCartridges(
) → Future< AppResponse< List< >CartridgesResponse> > -
override
-
getPartnerById(
PartnerByIdRequest request) → Future< AppResponse< PartnerResponse> > -
override
-
getPartnerCategory(
PartnerCategoryRequest request) → Future< AppResponse< List< >PartnerCategory> > -
override
-
getPartners(
PartnerRequest request) → Future< AppResponse< PromotionResponse> > -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
searchPartners(
SearchPartnerRequest request) → Future< AppResponse< PromotionResponse> > -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited