UrlynkFlutterPlatform class abstract

The interface for the URLynk Flutter plugin.

Inheritance
  • Object
  • PlatformInterface
  • UrlynkFlutterPlatform
Implementers

Constructors

UrlynkFlutterPlatform.new()
Constructs a UrlynkFlutterPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
onLinkData Stream<ReceivedData>
Stream for receiving deep link data.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

configure({required String apiKey}) Future<void>
Configure the service with the API key.
Create a deep link.
Create a short link.
dispose() Future<void>
Dispose the plugin resources
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 Properties

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