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
Is there any special reason why the attributes parameter for subscribe method is Map<String, String>? Why is not Map<String, dynamic>?
It makes more sense because we can send the list of strings, bool, or something else through the attributes. For example, we need to send list of strings, but we can't do that with current implementations.
Hi!
Is there any special reason why the attributes parameter for subscribe method is Map<String, String>? Why is not Map<String, dynamic>?
It makes more sense because we can send the list of strings, bool, or something else through the attributes. For example, we need to send list of strings, but we can't do that with current implementations.
The text was updated successfully, but these errors were encountered: