Reads the request id set by requestId; empty string when absent.
String requestIdOf(Context c) => c.get<String?>('requestId') ?? '';