Saad Waseem
Saad Waseem

Reputation: 173

Receive browser notifications in Flutter Webview

How do you handle website notifications, the ones that say "Allow receiving notifications", even when the app is in background or killed? I've been searching for a solution for hours but almost all of results talk about Firebase FCM.

Upvotes: 1

Views: 1052

Answers (1)

Kartik
Kartik

Reputation: 34

Flutter WebView when is showing in the app, it's the same way to do as normal as getting firebase messaging package and hit message with specified token.

Here is the package: firebase_messaging

Flutter WebView is nohing to do with browser notifications. Hope it helps! 🙃

Upvotes: 1

Related Questions