InjectorImpl class

Inheritance

Constructors

InjectorImpl()

Properties

hashCode int
The hash code for this object.
no setterinherited
isInitialized bool
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

afterInitialization() → void
inherited
beforeInitialization() → void
override
closeInAppMessage(String campaignHash) → void
This function closes the current in-app message. Args: campaignHash (String): An identifier of the in-app message campaign that is currently opened.
handleDeepLinkBySDK(String deepLink) → void
handleMethod(MethodCall call) → void
This function handles different types of listeners based on the method call received.
handleOpenUrlBySDK(String url) → void
inAppMessageListener(InjectorInAppMessageListenerFunction listenerFunction) → void
This function handles different listener methods for in-app messages in Dart.
listener(InjectorListenerFunction listenerFunction) → void
This function handles method calls for listeners related to opening URLs and deep links.
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