setIOSConfig method
Sets the iOS-specific configuration.
Implementation
LocalNotification setIOSConfig(IOSNotificationConfig config) {
_iosConfig = config;
return this;
}
Sets the iOS-specific configuration.
LocalNotification setIOSConfig(IOSNotificationConfig config) {
_iosConfig = config;
return this;
}