AndroidNotificationForegroundSetting constructor

const AndroidNotificationForegroundSetting({
  1. required String icon,
})

Implementation

const AndroidNotificationForegroundSetting({required this.icon});