StrategyRoute class abstract

Estrutura para as tratativas de rotas internas do sistema Utilizada por StartApplication ao solicitar uma navegação no sistema. Suas implementações devem ter o objetivo navegar até a rota informada.

Implementers

Constructors

StrategyRoute(NavigationService navigationService)

Properties

hashCode int
The hash code for this object.
no setterinherited
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onBack(RouteBack routeBackModel) → void
onForward(RouteForward routeForwardModel) → void
onRoute(SysRoute sysRoute) → void
Será chamado quando StartApplication receber evento de navegar. Verifica qual comportamento deve adotar, se receber um RouteBackModel irá chamar o _onBack que vai tratar de retroceder as rotas de acordo com o objeto, caso contrário, com um RouteForwardModel irá chamar o _onForward para avançar a navegação
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited