Set the year of DOB of the user
Appier.setYearOfBirth(1992)
static Future<void> setYearOfBirth(int year) async { await AppierFlutterPlatform.instance.setYearOfBirth(year); }