customEvents property Null safety

Map<String, String>? customEvents
read / write

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;