onWillStartSession property
void Function()
get
onWillStartSession
Implementation
void Function() get onWillStartSession => () => _i5.callMethod(
_i5.getProperty(
this,
'onWillStartSession',
),
r'call',
[this],
);
set
onWillStartSession
(void value())
Implementation
set onWillStartSession(void Function() value) {
_i5.setProperty(
this,
'onWillStartSession',
_i5.allowInterop(value),
);
}