Freshpaint class
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
-
group(
{required String groupId, required Map< String, dynamic> traits}) → void -
identify(
{required String userId, required Map< String, dynamic> traits}) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
screen(
{required String screenName, required Map< String, dynamic> properties}) → void -
toString(
) → String -
A string representation of this object.
inherited
-
track(
{required String eventName, required Map< String, dynamic> properties}) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → Freshpaint
-
no setter
Static Methods
-
init(
String envId) → Future< Freshpaint>