Resumes the current analytics session (no-op if unsupported).
@override Future<void> resumeSession() async { try { clickstreamAnalytics?.resumeSession(); } catch (_) {} }