BixolonPrinterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • BixolonPrinterPlatform
Implementers

Constructors

BixolonPrinterPlatform()
Constructs a BixolonPrinterPlatform.

Properties

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

Methods

connectPrinter({required String macAddress}) Future<String?>
getPlatformVersion() Future<String?>
initPrinter() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printSample({required PrintConfig printConfig}) Future<String?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance BixolonPrinterPlatform
The default instance of BixolonPrinterPlatform to use.
getter/setter pair