ThermalUsbWeb class

A web implementation of the ThermalUsbPlatform of the ThermalUsb plugin.

Inheritance

Constructors

ThermalUsbWeb.new()

Properties

connectionState StreamController<String>
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPlatformVersion() Future<String?>
Returns a String containing the version of the platform.
override
getThermalStatus() Future<String?>
Returns a String containing the thermal status of the platform.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pairDevice() Future<bool>
override
print({List<int> data = const []}) Future<bool>
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

connected bool
getter/setter pair
usbDevice UsbDevice?
Constructs a ThermalUsbWeb
getter/setter pair

Static Methods

getInstance() ThermalUsbWeb
loadJavaScript() Future<void>
registerWith(Registrar registrar) → void