MethodChannelPlugpagFlutter class
- Inheritance
-
- Object
- PlatformInterface
- PlugpagFlutterPlatform
- MethodChannelPlugpagFlutter
Constructors
- MethodChannelPlugpagFlutter({required dynamic onState(StatesPlugPag state)})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
final
- onState → dynamic Function(StatesPlugPag state)
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cancelCurrentTransation(
double amount) → Future< void> -
inherited
-
checkAuthentication(
) → Future< bool> -
override
-
convertDouble(
double amount) → int -
handler(
MethodCall call) → dynamic -
invalidateAuthentication(
) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestAuthentication(
) → Future< void> -
override
-
requestPermissions(
) → Future< void> -
override
-
startPinpadCreditPayment(
double amount) → Future< void> -
inherited
-
startPinpadCreditWithInstallmentsPayment(
double amount, int installments) → Future< void> -
inherited
-
startPinpadDebitPayment(
double amount) → Future< void> -
override
-
startPinpadVoidPayment(
) → Future< void> -
inherited
-
startPinpadVoucherPayment(
double amount) → Future< void> -
inherited
-
startTerminalCreditPayment(
double amount) → Future< void> -
inherited
-
startTerminalCreditWithInstallmentsPayment(
double amount, int installments) → Future< void> -
inherited
-
startTerminalDebitPayment(
double amount) → Future< void> -
override
-
startTerminalQueryTransaction(
double amount) → Future< void> -
inherited
-
startTerminalVoidPayment(
) → Future< void> -
inherited
-
startTerminalVoucherPayment(
double amount) → Future< void> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited