- [Android] added the
startForegroundService()andstopForegroundService()methods to theAndroidFlutterLocalNotificationsPluginclass. This can be used to start and stop a foreground service that shows a foreground service respectively. Refer to the API docs for more details on how to use this. The example app has been updated to demonstrate their usage. Thanks to the PR from EPNW