ChottuLinkPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • ChottuLinkPlatform
Implementers

Constructors

ChottuLinkPlatform()
Constructs a ChottuLinkPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

Method to create a dynamic link, accepting a map of parameters. Should return a Future which is the short URL or null on error.
getAppLinkData() Future<void>
getAppLinkDataFromUrl({required String shortUrl, dynamic onSuccess(ResolvedLink)?, dynamic onError(ChottuLinkError)?}) Future<void>
init({required String apiKey}) Future<String?>
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 ChottuLinkPlatform
The default instance of ChottuLinkPlatform to use.
getter/setter pair