onDidChangeShell property

Event<String> get onDidChangeShell

An {@link Event} which fires when the default shell changes. This fires with the new shell path.

Implementation

_i4.Event<_i2.String> get onDidChangeShell => _i3.getProperty(
      this,
      'onDidChangeShell',
    );