Methods
-
getListExchangeablePromotions(int platformId, String phone, int limit, int offset, String? sort, int? promotionId, String? applyLoyaltyTiers, String languageCode)
→ Future<Result<List<ExchangeablePromotion>, PpmServiceError>>
-
-
getListPromotions(int platformId, String type, String? coupon, String? endedAt, String? sort, String? phone, String languageCode, List<int> promotionIds)
→ Future<Result<List<Promotion>, PpmServiceError>>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited