streamPollAsync method

int? streamPollAsync(
  1. int streamId
)

Polls async stream status: 0 pending, 1 ready, 2 done, -1 error, -2 cancelled.

Implementation

int? streamPollAsync(int streamId) => _native.streamPollAsync(streamId);