getSessionContext method

Map<String, String> getSessionContext()

Obtiene el contexto completo de sesión

Implementation

Map<String, String> getSessionContext() {
  return {
    'view': _currentView,
    'operation': _currentOperation,
    'fbl': _currentFbl,
  };
}