StoneStreamController class
Constructors
- StoneStreamController({required StoneStreamHandler? handler})
Properties
- credentials ↔ StoneCredentialsModel
-
getter/setter pair
- currentMethod ↔ StonePaymentType?
-
getter/setter pair
- handler → StoneStreamHandler?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isFinishPayment ↔ bool
-
getter/setter pair
- paymentParams ↔ StonePaymentParams
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stone → StoneTech
-
no setter
-
stream
→ Stream<
StoneStatus> -
no setter
Methods
-
abortTransaction(
) → void -
cancelTransaction(
{required int idFromBase}) → void -
dispose(
) → void -
initialize(
{required StoneCredentialsModel stoneCredentials, required StonePaymentParams 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 -
startTransaction(
{required StonePaymentParams params}) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited