fetchProgressStream abstract method

Stream<FetchProgress> fetchProgressStream(
  1. BluetoothDevice device
)

Stream of fetch progress events for the given device.

Subscribe to this stream before calling fetchMeasurement to receive progress updates and completion/failure notifications.

The stream emits:

Implementation

Stream<FetchProgress> fetchProgressStream(BluetoothDevice device);