PlugpagFlutterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • PlugpagFlutterPlatform
Implementers

Constructors

PlugpagFlutterPlatform()
Constructs a PlugpagFlutterPlatform.

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

cancelCurrentTransation(double amount) Future<void>
checkAuthentication() Future<bool>
invalidateAuthentication() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestAuthentication() Future<void>
requestPermissions() Future<void>
startPinpadCreditPayment(double amount) Future<void>
startPinpadCreditWithInstallmentsPayment(double amount, int installments) Future<void>
startPinpadDebitPayment(double amount) Future<void>
startPinpadVoidPayment() Future<void>
startPinpadVoucherPayment(double amount) Future<void>
startTerminalCreditPayment(double amount) Future<void>
startTerminalCreditWithInstallmentsPayment(double amount, int installments) Future<void>
startTerminalDebitPayment(double amount) Future<void>
startTerminalQueryTransaction(double amount) Future<void>
startTerminalVoidPayment() Future<void>
startTerminalVoucherPayment(double amount) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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