LoginAnalyticsEvent class
AnalyticsEvent for registering login event. Pass user_id as param
- Inheritance
-
- Object
- AnalyticsEvent
- LoginAnalyticsEvent
Constructors
-
LoginAnalyticsEvent({required String userId, Map<
String, Object> params = const {}}) -
Create LoginAnalyticsEvent with
userIdand optionalparams
Properties
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