setAndroidConfig method

LocalNotification setAndroidConfig(
  1. AndroidNotificationConfig config
)

Sets the Android-specific configuration.

Implementation

LocalNotification setAndroidConfig(AndroidNotificationConfig config) {
  _androidConfig = config;
  return this;
}