nextRequestId method

String nextRequestId()

Implementation

String nextRequestId() {
  _requestCounter += 1;
  return 'net-${DateTime.now().toUtc().microsecondsSinceEpoch}-$_requestCounter';
}