ExternalLinkContextHandler class abstract

An class which performs processing on the given link but using the BuildContext. This is useful when interaction with Navigator is needed.

Inheritance

Properties

context BuildContext
final
hashCode int
The hash code for this object.
no setterinherited
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
Process the given ExternalLink
override
processLinkWithContext(BuildContext context, ExternalLink link) Future<void>
Process the given ExternalLink with the supplied BuildContext
toString() String
A string representation of this object.
inherited

Operators

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