scheduleStream<R> abstract method
Null safety
- StreamTask<
R> task
Schedules an async task and returns its stream. The task is considered running until the stream is closed.
Implementation
Stream<R> scheduleStream<R>(StreamTask<R> task);