AppLinks class

Inheritance
  • Object
  • PlatformInterface
  • AppLinks

Constructors

factory

Properties

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 all incoming URI events as String.
no setter
uriLinkStream Stream<Uri>
Stream for receiving all incoming URI events as Uri.
no setter

Methods

Gets the initial / first link
getInitialLinkString() Future<String?>
Gets the initial / first link
Gets the latest link
getLatestLinkString() Future<String?>
Gets the latest link
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