Polls async request status: 0 pending, 1 ready, -1 error, -2 cancelled.
0
1
-1
-2
int? asyncPoll(int requestId) => _native.asyncPoll(requestId);