FlutteremvWeb class

A web implementation of the FlutteremvPlatform of the Flutteremv plugin.

Inheritance

Constructors

FlutteremvWeb()
Constructs a FlutteremvWeb

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateStream Stream
no setterinherited

Methods

cancelcardprocess() → void
inherited
debitcard(String amount) → void
inherited
deviceserialnumber() Future<String>
inherited
enterpin(String amount) → void
inherited
getcardsheme(String amount) Future<TransactionMonitor>
inherited
getPlatformVersion() Future<String?>
Returns a String containing the version of the platform.
override
initialize(String masterKey, String pinkey) Future<TransactionMonitor>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printreceipt(Print print) Future<TransactionMonitor>
inherited
startcustomprinting(List<Widget> template) Future<TransactionMonitor>
inherited
starteodPrint(Map<String, dynamic> template) Future<TransactionMonitor>
inherited
startkeyboard({ValueChanged<String>? onchange, Function? proceed, Function? cancel}) → void
inherited
startpinpad({ValueChanged<String>? onchange, Function? proceed, Function? cancel}) → void
inherited
startprinting(Print print) Future<TransactionMonitor>
inherited
startprintjson(List<Map<String, Object>> template) Future<TransactionMonitor>
inherited
stopkeyboard() → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

registerWith(Registrar registrar) → void