onSessionPause property
Fired when the session is paused (e.g., backgrounded).
Implementation
final Future<void> Function(SessionPausedEvent event)? onSessionPause;
Fired when the session is paused (e.g., backgrounded).
final Future<void> Function(SessionPausedEvent event)? onSessionPause;