- [Android] Added the
createNotificationChannelGroupanddeleteNotificationChannelGroupmethods to theAndroidFluttterLocalNotificationsPluginclass that can be used to create and delete notification channel groups. The optionalgroupIdparameter has been added to theAndroidNotificationChannelclass that can be used to associated notification channels to a particular group. Example app has been updated to include code snippets for this.