SunmiConfig class

A utility class for retrieving configuration and status information from the Sunmi printer.

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

getId() Future<String?>
Retrieves the unique identifier of the Sunmi printer.
getPaper() Future<String?>
Retrieves the paper size or type information from the Sunmi printer.
getStatus() Future<String?>
Retrieves the current status of the Sunmi printer.
getType() Future<String?>
Retrieves the printer type or model information.
getVersion() Future<String?>
Retrieves the firmware version of the Sunmi printer.