MethodChannelZcsSdkPlugin class

Inheritance

Constructors

MethodChannelZcsSdkPlugin()

Properties

channel MethodChannel
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

closeDevice() Future<Map<String, dynamic>>
override
connectToDevice(String deviceId) Future<String?>
override
disconnect() Future<bool>
override
getDeviceInfo() Future<String?>
override
getDeviceStatus() Future<Map<String, dynamic>?>
override
getPlatformVersion() Future<String?>
override
getSerialNumber() Future<String?>
override
initializeDevice() Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openDevice() Future<Map<String, dynamic>>
override
printDynamic(Map<String, dynamic> args, {bool bothCopies = false, int pauseBetweenCopies = 5}) Future<Map<String, dynamic>>
Universal dynamic printing method
override
printRawText(String text) Future<Map<String, dynamic>>
override
scanForDevices() Future<List<String>>
override
sendCommand(String command) Future<bool>
override
toString() String
A string representation of this object.
inherited

Operators

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