MethodChannelYjyHikPrintService class
An implementation of YjyHikPrintServicePlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- YjyHikPrintServicePlatform
- MethodChannelYjyHikPrintService
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
-
getPlatformVersion(
) → Future< String?> -
override
-
hikOpenPort(
) → Future< String?> -
override
-
initHikPrintOnCreate(
String openST, String openFT, String closeST) → Future< String?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
yjyHikCheckConnectState(
) → Future< int?> -
override
-
yjyHikClosePort(
) → Future< String?> -
override
-
yjyHikFunctionPrintTextByBarcode(
String name, String time, String orderNum, String base64Str, int width, int height, int m, int p, String st, String ft) → Future< String?> -
override
-
yjyHikFunctionPrintTextByImage(
String base64Str, int width, int height, int m, int p) → Future< String?> -
override
-
yjyHikFunctionTicket1(
) → Future< String?> -
override
-
yjyHikFunctionTicket2(
) → Future< String?> -
override
-
yjyHikIsAllow(
) → Future< String?> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited