IntegrationFactory class
Constructors
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
-
integrations
↔ List<
Integration> -
getter/setter pair
Static Methods
-
executeSpecificIntegration(
String integrationName, dynamic action(Integration)) → Future< IntegrationResult?> - Executes a specific integration by name
-
identify(
{required String customID, required Map< String, dynamic> identifyData}) → Future<List< IntegrationResult> > -
init(
{List< Integration> integrations = const []}) → Future<List< IntegrationResult> > -
pageViewed(
{required PageViewEvent event}) → Future< List< IntegrationResult> > -
reset(
) → Future< List< IntegrationResult> > -
safeExecute(
Function function, Integration integration) → Future< IntegrationResult> -
track(
{required TrackEvent event}) → Future< List< IntegrationResult> >