getFetchProgressStream method

Stream<FetchProgress> getFetchProgressStream(
  1. BluetoothDevice device
)

Gets the progress stream for a device (typed).

Implementation

Stream<FetchProgress> getFetchProgressStream(BluetoothDevice device) {
  return getManager(device).progressStream;
}