MixpanelFlutterPlugin class
A web implementation of the MixpanelFlutter plugin.
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
-
handleAddGroup(
MethodCall call) → void -
handleAlias(
MethodCall call) → void -
handleClearCharge(
) → void -
handleDeleteUsers(
) → void -
handleGetDistinctId(
) → String -
handleGroupRemove(
MethodCall call) → void -
handleGroupSetProperties(
MethodCall call) → void -
handleGroupSetPropertyOnce(
MethodCall call) → void -
handleGroupUnion(
MethodCall call) → void -
handleGroupUnsetProperty(
MethodCall call) → void -
handleHasOptedOutTracking(
) → bool -
handleIdentify(
MethodCall call) → void -
handleMethodCall(
MethodCall call) → Future - Handles method calls over the MethodChannel of this plugin. Note: Check the "federated" architecture for a new way of doing this: https://flutter.dev/go/federated-plugins
-
handleOptInTracking(
) → void -
handleOptOutTracking(
) → void -
handlePeopleAppend(
MethodCall call) → void -
handlePeopleIncrement(
MethodCall call) → void -
handlePeopleRemove(
MethodCall call) → void -
handlePeopleUnion(
MethodCall call) → void -
handlePeopleUnset(
MethodCall call) → void -
handleRegisterSuperProperties(
MethodCall call) → void -
handleRegisterSuperPropertiesOnce(
MethodCall call) → void -
handleRemoveGroup(
MethodCall call) → void -
handleReset(
) → void -
handleSet(
MethodCall call) → void -
handleSetGroup(
MethodCall call) → void -
handleSetOnce(
MethodCall call) → void -
handleSetServerURL(
MethodCall call) → void -
handleTimeEvent(
MethodCall call) → void -
handleTrack(
MethodCall call) → void -
handleTrackCharge(
MethodCall call) → void -
handleTrackWithGroups(
MethodCall call) → void -
handleUnregisterSuperProperty(
MethodCall call) → void -
initialize(
MethodCall call) → void -
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 Methods
-
registerWith(
Registrar registrar) → void