AppLinksMethodChannel class

Inheritance

Constructors

AppLinksMethodChannel()

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

Methods

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