SviperRouter class abstract

Base class for module router

Constructors

SviperRouter()
Default constructor
const

Properties

hashCode int
The hash code for this object.
no setterinherited
router ISviperRouter<void>?
Getter for the app-specific router that manage navigation
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
This method will be invoked when module is disposing When this method overrides, it must call super.dispose()
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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