ProtocolHandlerPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • ProtocolHandlerPlatform
Implementers

Constructors

ProtocolHandlerPlatform()
Constructs a ProtocolHandlerPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
onUrlReceived Stream<String?>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getInitialUrl() Future<String?>
If the app launch was triggered by an protocol, it will give the link url, otherwise it will give null.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register(String scheme) Future<void>
Register the protocol scheme.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance ProtocolHandlerPlatform
The default instance of ProtocolHandlerPlatform to use.
getter/setter pair