streamPollAsync method

Future<int> streamPollAsync(
  1. int streamId
)

Polls low-level async stream status.

Implementation

Future<int> streamPollAsync(int streamId) async {
  return _streamPollAsync(streamId);
}