sessionId property

String get sessionId

A unique identifier for the current session. Changes each time the editor is started.

Implementation

_i2.String get sessionId => _i3.getProperty(
      this,
      'sessionId',
    );