iosNotification method
Set parameters for iOS Restart notification.
Implementation
GeoTriggeringBuilder iosNotification(String? iosAppRestartNotificationTitle, String? iosAppRestartNotificationButtonText) {
this.iosAppRestartNotificationTitle = iosAppRestartNotificationTitle;
this.iosAppRestartNotificationButtonText = iosAppRestartNotificationButtonText;
return this;
}