nextRequestId method

int nextRequestId()

Reserves an id for a streaming request.

Implementation

int nextRequestId() => _nextRequestId++;