ccseptian's avatar

Listening for notifications with Flutter or Android?

i want to listening for notifications with Flutter or Android,

in web client just use this code:

"Echo.private('App.Models.User.' + userId) .notification((notification) => { console.log(notification.type); });"

how to do that in Flutter / Android ?

0 likes
2 replies

Please or to participate in this conversation.