setAndroidConfig method
Sets the Android-specific configuration.
Implementation
LocalNotification setAndroidConfig(AndroidNotificationConfig config) {
_androidConfig = config;
return this;
}
Sets the Android-specific configuration.
LocalNotification setAndroidConfig(AndroidNotificationConfig config) {
_androidConfig = config;
return this;
}