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 <FlutterPurchaseResultWrapper >
getPurchaseAvailability ()
→ Future <FlutterPurchaseAvailability >
getPurchases ({FlutterProductType ? productType , FlutterPurchaseStatus ? purchaseStatus })
→ Future <List <FlutterPurchaseResultWrapper > >
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 , FlutterSdkTheme ? sdkTheme })
→ Future <FlutterProductPurchaseResult >
purchaseTwoStep (String productId , {String ? orderId , int ? quantity , String ? developerPayload , String ? appUserId , String ? appUserEmail , FlutterSdkTheme ? sdkTheme })
→ Future <FlutterProductPurchaseResult >
toString ()
→ String
A string representation of this object.
inherited