stopSessionTimer method

void stopSessionTimer()

Implementation

void stopSessionTimer() {
  if (kIsWeb) {
    _inactivityTimer?.cancel();
  }
}