WonderPaymentPluginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • WonderPaymentPluginPlatform
Implementers

Constructors

WonderPaymentPluginPlatform()
Constructs a WonderPaymentPluginPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addCard(Map cardArgs) Future<Map>
getDefaultPaymentMethod() Future<PaymentMethod?>
getPaymentConfig() Future<PaymentConfig>
getPaymentResult(String sessionId) Future<PaymentResult?>
getUIConfig() Future<UIConfig>
init({PaymentConfig? paymentConfig, UIConfig? uiConfig, LogHandler? logHandler}) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pay(PaymentIntent intent) Future<PaymentResult?>
present(PaymentIntent intent) Future<PaymentResult?>
preview() Future
select({FilterOptions? filterOptions}) Future<PaymentMethod?>
setConfig({PaymentConfig? paymentConfig, UIConfig? uiConfig}) Future<bool>
setDefaultPaymentMethod(PaymentMethod paymentMethod) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance WonderPaymentPluginPlatform
The default instance of WonderPaymentPluginPlatform to use.
getter/setter pair