RustorePurchaseApi class
Constructors
RustorePurchaseApi ({BinaryMessenger ? binaryMessenger , String messageChannelSuffix = '' })
Constructor for RustorePurchaseApi . The binaryMessenger named argument is
available for dependency injection. If it is left null, the default
BinaryMessenger will be used which routes to the host platform.
Methods
cancelTwoStepPurchase (String purchaseId )
→ Future <void >
confirmTwoStepPurchase (String purchaseId , {String ? developerPayload })
→ Future <void >
getPurchase (String purchaseId )
→ Future <FlutterPurchase >
getPurchaseAvailability ()
→ Future <FlutterPurchaseAvailability >
getPurchases ({FlutterProductType ? productType , FlutterPurchaseStatus ? purchaseStatus })
→ Future <List <FlutterPurchase > >
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
purchase (String productId , {String ? orderId , int ? quantity , String ? developerPayload , String ? appUserId , String ? appUserEmail , FlutterPreferredPurchaseType ? preferredPurchaseType })
→ Future <FlutterProductPurchaseResult >
purchaseTwoStep (String productId , {String ? orderId , int ? quantity , String ? developerPayload , String ? appUserId , String ? appUserEmail })
→ Future <FlutterProductPurchaseResult >
toString ()
→ String
A string representation of this object.
inherited
flutter_rustore_pay 9.1.0