nextRequestId method

String nextRequestId()

Implementation

String nextRequestId() {
  _requestCounter += 1;
  return '$_requestCounter';
}