MethodChannelAppsonairFlutterApplink class

An implementation of AppsonairFlutterApplinkPlatform that uses method channels.

Inheritance

Properties

appLinkReferralEventChanel EventChannel
final
eventChannel EventChannel
final
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

Pass the AppLinkParams data to native api and provide the response received from native api to flutter
override
getReferralDetails() Future<Map<String, dynamic>?>
Provides data data received from native api to flutter for referral tracking
override
getReferralInfo() Future<Map<String, dynamic>?>
Provides data data received from native api to flutter for referral tracking
override
Initialize the applink service in your application for link tracking and deeplinking
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onReferralLinkDetected() Stream<Map<String, dynamic>?>
Provide the referral detail once app is launched after install for first time.
override
toString() String
A string representation of this object.
inherited

Operators

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