- [iOS] Fixed issue 1506 where the plugin was trying to process responses to notifications created outside of the plugin (e.g. those from Firebase) and resulted in an exception
- [macOS] Breaking change the
requestPermissions()method of theMacOSFlutterLocalNotificationsPluginclass now only accepts non-nullable parameters that default tofalse. This makes it consistent with the iOS implementation of the plugin