customEvents property

Map<String, String>? customEvents
getter/setter pair

It allows you to set the custom events which can be used to build your own analytics on top of appbase.io analytics.

Further, these events can be used to filter the analytics stats from the appbase.io dashboard.

Implementation

Map<String, String>? customEvents;