TurnBartenderPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- TurnBartenderPlatform
- Implementers
Constructors
- TurnBartenderPlatform()
- Constructs a TurnBartenderPlatform.
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
-
getDefaultPrinterName(
) → Future< String?> -
getPlatformVersion(
) → Future< String?> -
getPrinterList(
) → Future< List< String> ?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startPrint(
String path, String info, {String? printerName, int copyNum = 1}) → Future -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ TurnBartenderPlatform
-
The default instance of TurnBartenderPlatform to use.
getter/setter pair