onWillStopSession property

void Function() get onWillStopSession

Implementation

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

Implementation

set onWillStopSession(void Function() value) {
  _i5.setProperty(
    this,
    'onWillStopSession',
    _i5.allowInterop(value),
  );
}