Billpocket class

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

config({required bool isProduction, required String token}) Future<void>
connectReader({required int readerType, required String readerMacAddress, required String name}) Future<bool>
continueWithMsi({required double commission, required int installments, required double minAmount}) Future<void>
doTransaction({required String amount, required String tip, required double latitude, required double longitude, required String description}) Future<void>
getLogs() Future<String>
getReaders() Future<List<Reader>>
getStatusSDK() Future<bool>
transactionStream() Stream<Map>