processId property

Future get processId

The process ID of the shell process.

Implementation

_i2.Future<_i2.dynamic> get processId => _i5.promiseToFuture(_i5.getProperty(
      this,
      'processId',
    ));