StoneCustomPrinterController class
Constructors
Properties
- credentials ↔ StoneTechCredentialsModel
-
getter/setter pair
- handler ↔ StoneTechPrinterHandler
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stone → StoneTech
-
no setter
Methods
-
initialize(
{required StoneTechCredentialsModel stoneCredentials, required dynamic onMessage(String), required dynamic onSuccess(), required dynamic onError(String)}) → Future< void> -
initializeAndPrintBase64(
{required StoneTechCredentialsModel stoneCredentials, required dynamic onMessage(String), required dynamic onError(String), required String base64}) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onFinished(
String value, {required Function onSuccess, required dynamic onError(String)}) → void -
onMessage(
String value) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited