uniqueId property

String uniqueId
final

A system-unique execution context identifier. Unlike the id, this is unique across multiple processes, so can be reliably used to identify specific context while backend performs a cross-process navigation.

Implementation

final String uniqueId;