Set the unique user id for your users
Appier.setUserId("2031203056")
static Future<void> setUserId(String userId) async { await AppierFlutterPlatform.instance.setUserId(userId); }