User Identification
This section covers how to bind each report to the identity of the user reporting the problem for your Flutter app. You can also add extra attributes about the device and the user. Luciq helps you bet
User Email and Name
Luciq.identifyUser(String email, [String name, String id]);User Data
Luciq.setUserData("User data sample");Logout
Luciq.logOut();Last updated