hasSessionContext method
Verifica si hay contexto de sesión configurado
Implementation
bool hasSessionContext() {
return _currentView.isNotEmpty ||
_currentOperation.isNotEmpty ||
_currentFbl.isNotEmpty;
}
Verifica si hay contexto de sesión configurado
bool hasSessionContext() {
return _currentView.isNotEmpty ||
_currentOperation.isNotEmpty ||
_currentFbl.isNotEmpty;
}