SessionEndHooksFn typedef
SessionEndHooksFn =
Future<void> Function(ExitReason reason, {int? timeoutMs})
Callback type for session-end hooks.
Implementation
typedef SessionEndHooksFn =
Future<void> Function(ExitReason reason, {int? timeoutMs});