setExecuteSessionStartHooks function
Set the session-start hooks executor.
Implementation
void setExecuteSessionStartHooks(ExecuteSessionStartHooksFn fn) {
_executeSessionStartHooks = fn;
}
Set the session-start hooks executor.
void setExecuteSessionStartHooks(ExecuteSessionStartHooksFn fn) {
_executeSessionStartHooks = fn;
}