AppsonairFlutterApplinkPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • AppsonairFlutterApplinkPlatform
Implementers

Constructors

AppsonairFlutterApplinkPlatform()
Constructs a AppsonairFlutterApplinkPlatform.

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

Create the applink with provided AppLinkParams data
getReferralDetails() Future<Map<String, dynamic>?>
Returns the referral details for app install
getReferralInfo() Future<Map<String, dynamic>?>
Return the referral link which user click for installing the application It will wait till untill referral data reflected
Initialize the applink service
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onReferralLinkDetected() Stream<Map<String, dynamic>?>
Initialize the applink service
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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