SessionHookEntry constructor
const
SessionHookEntry({
- required HookCommand hook,
- void onHookSuccess(
- HookCommand hook,
- AggregatedHookResult result
Implementation
const SessionHookEntry({required this.hook, this.onHookSuccess});