SessionLifecycle constructor
const
SessionLifecycle({
- Future<
void> onSessionStart(- SessionStartedEvent event
- Future<
void> onSessionEnd(- SessionEndedEvent event
- Future<
void> onSessionPause(- SessionPausedEvent event
- Future<
void> onSessionResume(- SessionResumedEvent event
Implementation
const SessionLifecycle({
this.onSessionStart,
this.onSessionEnd,
this.onSessionPause,
this.onSessionResume,
});