InjectorImpl class
- Inheritance
-
- Object
- BaseModule
- InjectorImpl
Constructors
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
- This function handles banner listener methods by calling the appropriate listener method based on the method name.
-
beforeInitialization(
) → void -
override
-
getWalkthrough(
) → void -
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.
-
isLoadedWalkthroughUnique(
) → Future< bool> -
isWalkthroughLoaded(
) → Future< bool> -
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
-
showWalkthrough(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
walkthroughListener(
InjectorWalkthroughListenerFunction listenerFunction) → void - This function handles different listener methods for a walkthrough feature in a Dart application.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited