MethodChannelGertecGs300 class

An implementation of GertecGs300Platform that uses method channels.

Inheritance

Constructors

MethodChannelGertecGs300()

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

cutPaper(CutPaperType type) Future<String?>
override
getPlatformVersion() Future<String?>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printBarCode({required int width, required int height, required String text, required int align, required int type, required int position}) Future<String?>
override
printerState() Future<String?>
override
printImage(Uint8List image, int align, int paper) Future<String?>
override
printQrcode({required int width, required int align, required String text}) Future<String?>
override
printRaw(Uint8List data) Future<String?>
override
printText(GertecText textObject) Future<String?>
override
toString() String
A string representation of this object.
inherited
wrapLine(int lines) Future<void>
override

Operators

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