PaymentsAPI class

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

PaymentsAPI.new({PaymentStatus? status, void setPaymentStatusInDevelopment(PaymentStatus)?, num getUserFirstRanSecondsAgo()?, Future<void> initiateCheckoutAsync([dynamic])?, void requestCheckout()?, Future<String> getPluginPaymentTokenAsync()?})
factory

Properties

getPluginPaymentTokenAsync Future<String> Function()

Available on PaymentsAPI, provided by the PaymentsAPI$Typings extension

getter/setter pair
getUserFirstRanSecondsAgo num Function()

Available on PaymentsAPI, provided by the PaymentsAPI$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
initiateCheckoutAsync Future<void> Function([dynamic])

Available on PaymentsAPI, provided by the PaymentsAPI$Typings extension

getter/setter pair
requestCheckout ↔ void Function()

Available on PaymentsAPI, provided by the PaymentsAPI$Typings extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setPaymentStatusInDevelopment ↔ void Function(PaymentStatus)

Available on PaymentsAPI, provided by the PaymentsAPI$Typings extension

getter/setter pair
status PaymentStatus

Available on PaymentsAPI, provided by the PaymentsAPI$Typings extension

no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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