NavigationService class

Constructors

Properties

browser ChromeSafariBrowser
final
hashCode int
The hash code for this object.
read-onlyinherited
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
urlLauncher UrlLauncher
final

Methods

canGoBack() bool
getInternalLinkParameters(String url) Map?
getInternalLinkRoute(String url) → dynamic
goBack() → void
isMailTo(String link) bool
isPDF(String link) bool
launchLinkExternal(String url, {String? title, String? description, String? buttonText, String? closeButtonText, Function? extraOnConfirmFunction}) Future<void>
launchPDF() → void
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