GenericLinkHandler class

Generic link handler used for regexes parsing

Inheritance

Constructors

GenericLinkHandler.new({required LinkMapper mapper})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
mapper LinkMapper
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
parseLinkToRoute(String url) Future<UIRoute>
Maps given url to navigation UIRoute if you want to skip this url return null
override
processRoute(UIRoute route) Future<void>
Opens constructed route
override
toString() String
A string representation of this object.
inherited

Operators

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