Synerise class
Constructors
- Synerise()
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
-
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
- client ↔ ClientImpl
-
getter/setter pair
- content ↔ ContentImpl
-
getter/setter pair
- injector ↔ InjectorImpl
-
getter/setter pair
- notifications ↔ NotificationsImpl
-
getter/setter pair
- promotions ↔ PromotionsImpl
-
getter/setter pair
- settings ↔ SettingsImpl
-
getter/setter pair
- tracker ↔ TrackerImpl
-
getter/setter pair
Static Methods
-
changeApiKey(
String apiKey, [InitializationConfig? config]) → Future< void> -
The function
changeApiKeyis a function that is used to change the: Profile API key. -
initializer(
) → SyneriseInitializer - This function returns a SyneriseInitializer object with a completion handler that initializes Synerise and configures the SyneriseDartMethodChannel instance.
-
onReady(
dynamic ready()) → void