unregister property

Future<bool> Function() get unregister

Implementation

_i2.Future<_i2.bool> Function() get unregister =>
    () => _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'unregister',
          ),
          r'call',
          [this],
        ));
set unregister (Future<bool> value())

Implementation

set unregister(_i2.Future<_i2.bool> Function() value) {
  _i4.setProperty(
    this,
    'unregister',
    _i4.allowInterop(value),
  );
}