Set the phoneNumber of the user
Appier.setPhoneNumber("02-8865252")
static Future<void> setPhoneNumber(String phoneNo) async { await AppierFlutterPlatform.instance.setPhoneNumber(phoneNo); }