unregister property

void Function(dynamic) get unregister

Implementation

void Function(_i2.dynamic) get unregister =>
    (_i2.dynamic p0) => _i3.callMethod(
          _i3.getProperty(
            this,
            'unregister',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set unregister (void value(dynamic))

Implementation

set unregister(void Function(_i2.dynamic) value) {
  _i3.setProperty(
    this,
    'unregister',
    _i3.allowInterop(value),
  );
}