AppLinksPluginLinux class

Inheritance
  • Object
  • PlatformInterface
  • AppLinksPluginLinux

Constructors

AppLinksPluginLinux()

Properties

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

Methods

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