MethodChannelFlutteremv class

An implementation of FlutteremvPlatform that uses method channels.

Inheritance

Constructors

MethodChannelFlutteremv()

Properties

eventChannel EventChannel
final
hardwareKeyboard HardwareKeyboard
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keyEventHandler Keyevent
getter/setter pair
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
pineventChannel EventChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateStream Stream
no setteroverride

Methods

cancelcardprocess() → void
override
container(Widget i) Future<List<Printmodel>>
debitcard(String amount) → void
override
deviceserialnumber() Future<String>
override
enterpin(String amount) → void
override
expanded(Widget i) Future<Datum>
getcardsheme(String amount) Future<TransactionMonitor>
override
getPlatformVersion() Future<String?>
override
initialize(String masterKey, String pinkey) Future<TransactionMonitor>
override
item(Widget i, {bool? wrap, int flex = 1}) Future<Datum>
mutipleitem(List<Widget> children) Future<List<Printmodel>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printcomponent(List<Widget> children) Future<List<Printmodel>>
printreceipt(Print print) Future<TransactionMonitor>
inherited
rowcol(List<Widget> children) Future<List<Datum>>
startcustomprinting(List<Widget> template) Future<TransactionMonitor>
override
starteodPrint(Map<String, dynamic> template) Future<TransactionMonitor>
override
startkeyboard({ValueChanged<String>? onchange, Function? proceed, Function? cancel}) → void
override
startpinpad({ValueChanged<String>? onchange, Function? proceed, Function? cancel}) → void
override
startprinting(Print print) Future<TransactionMonitor>
override
startprintjson(List<Map<String, Object>> template) Future<TransactionMonitor>
override
stopkeyboard() → void
override
toString() String
A string representation of this object.
inherited

Operators

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