hasSessionContext method

bool hasSessionContext()

Verifica si hay contexto de sesión configurado

Implementation

bool hasSessionContext() {
  return _currentView.isNotEmpty ||
         _currentOperation.isNotEmpty ||
         _currentFbl.isNotEmpty;
}