AppLinksPluginWeb class

Inheritance
  • Object
  • PlatformInterface
  • AppLinksPlatform
  • AppLinksPluginWeb

Constructors

AppLinksPluginWeb()

Properties

allStringLinkStream Stream<String>
Stream for receiving incoming URI events as String.
no setterinherited
allUriLinkStream Stream<Uri>
Stream for receiving incoming URI events as Uri.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringLinkStream Stream<String>
Stream for receiving incoming URI events as String.
no setteroverride
uriLinkStream Stream<Uri>
Stream for receiving incoming URI events as Uri.
no setteroverride

Methods

Gets the initial / first link returns Uri or null
override
getInitialAppLinkString() Future<String?>
Gets the initial / first link returns Uri as String or null
override
Gets the latest link returns Uri or null
override
getLatestAppLinkString() Future<String?>
Gets the latest link returns Uri as String or null
override
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

Static Methods

registerWith(Registrar registrar) → void