startSessionTimer method

void startSessionTimer()

Implementation

void startSessionTimer() {
  if (kIsWeb) {
    _startInactivityTimer();
  }
}