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