onSessionResume property

Future<void> Function(SessionResumedEvent event)? onSessionResume
final

Fired when the session resumes from a paused state.

Implementation

final Future<void> Function(SessionResumedEvent event)? onSessionResume;