TwocheckoutFlutterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • TwocheckoutFlutterPlatform
Implementers

Constructors

TwocheckoutFlutterPlatform()
Constructs a TwocheckoutFlutterPlatform.

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

authorizePaymentWithOrderResponse(String url, Map parameters, String successReturnUrl, String cancelReturnUrl) → dynamic
createToken({required String name, required String creditNumber, required String cvv, required String expiryDate, String? scope}) Future<Map?>
getMethodChannel() MethodChannel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setTwoCheckCredentials(String secretKey, String merchantCode) → dynamic
showPaymentMethods(double price, String currency, String local) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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