Pauses the current analytics session.
@override Future<void> pauseSession() async { await _channel.invokeMethod('pauseSession'); }