Set the name of the user
Appier.setName("Gary.Wu")
static Future<void> setName(String name) async { await AppierFlutterPlatform.instance.setName(name); }