resumeSession static method
Resumes the foreground session or creates a new one if the session timeout has expired.
Use the method only when session auto-tracking is disabled AppMetricaConfig.sessionsAutoTracking
.
Implementation
static Future<void> resumeSession() => _appMetrica.resumeSession();