MethodChannelFlDroidConnection class

An implementation of FlDroidConnectionPlatform that uses method channels.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPlatformVersion() Future<String?>
override
lastTransaction() Future<String?>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
passCpm(String request) Future<String?>
override
passMpm(String request) Future<String?>
override
ping() Future<String?>
override
sale(String request) Future<String?>
override
settlement() Future<String?>
override
tblpComplete(String request) Future<String?>
override
tblpInit(String request) Future<String?>
override
tblpStatus(String request) Future<String?>
override
toString() String
A string representation of this object.
inherited
voidOperation(String request) Future<String?>
override

Operators

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