Level 1
Is it applicable to whatsapp gb of 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 ?
Please or to participate in this conversation.