ZcsSdkPluginPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- ZcsSdkPluginPlatform
- Implementers
Constructors
Properties
- 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> > -
connectToDevice(
String deviceId) → Future< String?> -
disconnect(
) → Future< bool> -
getDeviceInfo(
) → Future< String?> -
getDeviceStatus(
) → Future< Map< String, dynamic> ?> -
getPlatformVersion(
) → Future< String?> -
getSerialNumber(
) → Future< String?> -
initializeDevice(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openDevice(
) → Future< Map< String, dynamic> > -
printDynamic(
Map< String, dynamic> args, {bool bothCopies = false, int pauseBetweenCopies = 5}) → Future<Map< String, dynamic> > - Universal dynamic printing method
-
printRawText(
String text) → Future< Map< String, dynamic> > -
scanForDevices(
) → Future< List< String> > -
sendCommand(
String command) → Future< bool> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ ZcsSdkPluginPlatform
-
The default instance of ZcsSdkPluginPlatform to use.
getter/setter pair