subscriptions property

List subscriptions

An array to which disposables can be added. When this extension is deactivated the disposables will be disposed.

Note that asynchronous dispose-functions aren't awaited.

Implementation

_i2.List<_i2.dynamic> get subscriptions => (_i5.getProperty(
      this,
      'subscriptions',
    ) as _i2.List)
        .cast();