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