Returns the request ID selected for the current request, if available.
String? useRequestId(Event event) { return event.locals.get<String>(#requestId); }