analytics/moengage library
Functions
-
initializeKpMoengage(
String moeAppId) → Future< void> - Initialize MoEngage with the provided app ID
-
loginMoEngage(
String userUniqueId) → void - Logs in a user to MoEngage by setting their unique ID
-
logoutMoEngage(
) → void - Logs out the current user from MoEngage
-
trackMoEngageEvents(
String eventName, [EventProperties properties = const {}, String identifier = "", String? format]) → void - Tracks MoEngage events with properties
Typedefs
-
EventProperties
= Map<
String, dynamic> - Type definition for event properties