StoneStreamController class

Constructors

StoneStreamController({required StoneStreamHandler? handler})

Properties

credentials StoneTechCredentialsModel
getter/setter pair
currentMethod StoneTechPaymentType?
getter/setter pair
handler StoneStreamHandler?
final
hashCode int
The hash code for this object.
no setterinherited
isActivating bool
no setter
isFinishPayment bool
getter/setter pair
paymentParams StoneTechPaymentParams
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stone StoneTech
no setter
stream Stream<StoneStatusTech>
no setter

Methods

abortTransaction() → void
cancelTransaction({required int idFromBase}) → void
dispose() → void
initialize({required StoneTechCredentialsModel stoneCredentials, required StoneTechPaymentParams stonePaymentParams}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onPrinterCustomer(bool value) → void
printCurrentTransaction() → void
printer(StonePrinterParams params) → void
printerFromBase64(String base64) → void
setPaymentOption(String option) Future<void>
startTransaction({required StoneTechPaymentParams params}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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