MethodChannelSunmiKali class

An implementation of SunmiKaliPlatform that uses method channels.

Inheritance

Constructors

MethodChannelSunmiKali()

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bindSunmi() Future<String?>
override
getPlatformVersion() Future<String?>
override
getPrinterModel() Future<String?>
override
getPrinterSerialNo() Future<String?>
override
labelLocate() Future<String?>
override
labelOutput() Future<String?>
override
lineWrap(int linesCount) Future<String?>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printerInit() Future<String?>
override
printImage(Uint8List? bytes) Future<String?>
override
printImageController(WidgetsToImageController controller, int count) Future<String?>
override
printText(String? text) Future<String?>
override
setAlignment(int position) Future<String?>
override
toString() String
A string representation of this object.
inherited
unBindSunmi() Future<String?>
override
updatePrinterState() Future<int?>
override

Operators

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