getRequestId static method

int getRequestId()

Gets the next request ID

@return The next request ID

Implementation

static int getRequestId() => _id++;