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