PaymentsFlutterPluginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • PaymentsFlutterPluginPlatform
Implementers

Properties

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

Methods

initialize({required String key, String account = 'default_account', String primaryColorHex = '#008f21', String secondaryColorHex = '#004E1D', String currencyCode = 'BRL', bool isHomolog = false, bool enableLogs = false, double pollingTimeout = 360.0, double pollingInterval = 3.0, String paypalClientID = "default_paypal_client_id", int maxRetries = 0}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startCheckout({required Map<String, dynamic> input, bool useSwiftUI = false}) Future<Map<String, dynamic>?>
startPayPalCheckout({required Map<String, dynamic> input}) Future<Map<String, dynamic>?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance PaymentsFlutterPluginPlatform
getter/setter pair