OtaPackage class abstract

Implementers

Constructors

OtaPackage()

Properties

firmwareUpdate bool
Property to track firmware update status
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
percentageStream Stream<int>
Stream to provide progress percentage
no setter
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
updateFirmware(BluetoothDevice device, int updateType, int firmwareType, BluetoothService service, BluetoothCharacteristic dataUUID, BluetoothCharacteristic controlUUID, {String? binFilePath, String? url}) Future<void>
Method to update firmware.

Operators

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