availableUpdate property

bool availableUpdate
final

LocalMobile, Bluetooth and Usb readers properties The available update for this reader, or nil if no update is available. This update will also have been announced via PhysicalReaderDelegate.onReportAvailableUpdate

Install this update with Terminal.installAvailableUpdate

calls to Terminal.installAvailableUpdate when availableUpdate is null will result in PhysicalReaderDelegate.onFinishInstallingUpdate called immediately with a null update and null error.

Implementation

/// The available update for this reader, or nil if no update is available. This update will also
/// have been announced via [PhysicalReaderDelegate.onReportAvailableUpdate]
///
/// Install this update with [Terminal.installAvailableUpdate]
///
/// calls to [Terminal.installAvailableUpdate] when availableUpdate is `null` will result in
/// [PhysicalReaderDelegate.onFinishInstallingUpdate] called immediately with a `null` update and `null` error.
final bool availableUpdate;