documentId property

String? documentId

Open a port to a specific document identified by documentId instead of all frames in the tab.

Implementation

String? get documentId => _wrapped.documentId;
void documentId=(String? v)

Implementation

set documentId(String? v) {
  _wrapped.documentId = v;
}