getFetchProgressStream method
Gets the progress stream for a device (typed).
Implementation
Stream<FetchProgress> getFetchProgressStream(BluetoothDevice device) {
return getManager(device).progressStream;
}
Gets the progress stream for a device (typed).
Stream<FetchProgress> getFetchProgressStream(BluetoothDevice device) {
return getManager(device).progressStream;
}