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
-
createAppLink(
{required AppLinkParams appLinkParams}) → Future< Map< String, dynamic> ?> - Create the applink with provided AppLinkParams data
-
getReferralDetails(
) → Future< Map< String, dynamic> ?> - Returns the referral details for app install
-
initializeAppLink(
) → Stream< Map< String, dynamic> ?> - Initialize the applink service
-
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 ↔ AppsonairFlutterApplinkPlatform
-
The default instance of AppsonairFlutterApplinkPlatform to use.
getter/setter pair