如何推送非 removable/swipeable 推送通知
How can I push non removable/swipeable push notification
我正在做一个flutter应用,但是我想实现非swipeable/removable推送notification.So我该如何实现?
我们可以通过flutter_local_notification插件来实现我的答案
在该插件中,存在持续通知功能,因此我们可以使用它并享受持续通知
我正在做一个flutter应用,但是我想实现非swipeable/removable推送notification.So我该如何实现?
我们可以通过flutter_local_notification插件来实现我的答案 在该插件中,存在持续通知功能,因此我们可以使用它并享受持续通知