updateInProgressStream property

Stream<bool>? get updateInProgressStream

Stream emits events with stage of the update progress. Stream emits bool value that indicates if the update in progress.

! Not implemented yet

Implementation

// Stream<FirmwareUpgradeState>? get updateStateStream;

/// Stream emits bool value that indicates if the update in progress.
///
/// ! Not implemented yet
Stream<bool>? get updateInProgressStream;