requestIdOf function

String requestIdOf(
  1. Context c
)

Reads the request id set by requestId; empty string when absent.

Implementation

String requestIdOf(Context c) => c.get<String?>('requestId') ?? '';