Set the day of DOB of the user
Appier.setDayOfBirth(29)
static Future<void> setDayOfBirth(int day) async { await AppierFlutterPlatform.instance.setDayOfBirth(day); }