skip to Main Content

Firebase messaging onMessageOpenedApp

I am sending notification with firebase, when click on notification I want to redirect to a page in webview, how can I do that? FirebaseMessaging.onMessageOpenedApp.listen((RemoteMessagemessage) { Navigator.push( context, MaterialPageRoute( builder: (context) => , )); });

VIEW QUESTION
Back To Top
Search