NavigationService class
Methods
-
canGoBack()
→ bool
-
-
getInternalLinkParameters(String url)
→ Map?
-
-
getInternalLinkRoute(String url)
→ dynamic
-
-
goBack()
→ void
-
-
isInsecureLink(String link)
→ bool
-
-
isInternalLink(String link)
→ bool
-
-
isMailTo(String link)
→ bool
-
-
isPDF(String link)
→ bool
-
-
launchLink(String url, {String? title, String? description, String? buttonText, String? closeButtonText, bool? isExternal})
→ Future
-
-
launchLinkExternal(String url, {String? title, String? description, String? buttonText, String? closeButtonText, )
→ Future<void>
-
-
launchPDF()
→ void
-
-
navigateTo(String routeName, {dynamic arguments, dynamic clearHistory = false})
→ Future
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited