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