restoreContext property

void Function() get restoreContext

Implementation

void Function() get restoreContext => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'restoreContext',
      ),
      r'call',
      [this],
    );
set restoreContext (void value())

Implementation

set restoreContext(void Function() value) {
  _i4.setProperty(
    this,
    'restoreContext',
    _i4.allowInterop(value),
  );
}