MethodChannelBillpocket class

Inheritance

Constructors

MethodChannelBillpocket()

Properties

eventChannel EventChannel
final
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

config({required bool isProduction, required String token}) Future<void>
override
connectReader({required int readerType, required String readerMacAddress, required String name}) Future<bool>
override
continueWithMsi({required double commission, required int installments, required double minAmount}) Future<void>
override
doTransaction({required String amount, required String tip, required double latitude, required double longitude, required String description}) Future<void>
override
getLogs() Future<String>
override
getReaderList() Future<List<Reader>>
override
getStatusSDK() Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
transactionStream() Stream<Map>
override

Operators

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