MethodChannelPosz92printer class
An implementation of Posz92printerPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- Posz92printerPlatform
- MethodChannelPosz92printer
Constructors
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
print2ColumnText(
{required String textLeft, required String textRight, int spaceLeft = 0, int spaceRight = 0, bool isBold = false, int fontSize = 30}) → Future< bool?> -
override
-
print3ColumnText(
{required String textLeft, required String textCenter, required String textRight, int spaceLeft = 0, int spaceCenter = 0, int spaceRight = 0, bool isBold = false, int fontSize = 30}) → Future< bool?> -
override
-
printBarCode128(
{required String text, int width = 100, int height = 100}) → Future< bool?> -
override
-
printBitMap(
) → Future< bool?> -
override
-
printImage(
{required Uint8List pathImage}) → Future< bool?> -
override
-
printImageBitmap(
{required Uint8List pathImage}) → Future< bool?> -
override
-
printLine(
{bool isBold = false, AlignmentPrint alignment = AlignmentPrint.left, int fontSize = 30, int lineSize = 100, String lineStyle = " - "}) → Future< bool?> -
override
-
printQRCode(
{required String text, int width = 100, int height = 100}) → Future< bool?> -
override
-
printRow(
) → Future< bool?> -
inherited
-
printSpace(
{required int space}) → Future< bool?> -
override
-
printText(
{required String text, AlignmentPrint alignment = AlignmentPrint.left, bool isBold = false, int fontSize = 30}) → Future< bool?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited