Set the city of the user
Appier.setCity("Taipei")
static Future<void> setCity(String city) async { await AppierFlutterPlatform.instance.setCity(city); }