You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's working fine on Android but on Android it doesn't call the flutter implementation when listen to them
Version 1.1.7+9
Example:
channel.onMessageAdded?.listen((message) async {
console.log('_generateConversation channel.onMessageAdded', channel.sid);
// Not being called on iOS
}),
channel.onMessageDeleted?.listen((message) async {
console.log('_generateConversation channel.onMessageDeleted', channel.sid);
// Not being called on iOS
}),