Closed Quantum-Sicarius closed 3 years ago
@macoshita any input on this maybe?
I'm sorry, thank you for the report. Maybe this should be done,
bool isMember( String topicParam, String event, Map payload, [String joinRefParam]) {
I will make a PR as soon as possible.
@Quantum-Sicarius I fixed it in this PR, so you can try it if you like.
Awesome! Thanks for all your effort @macoshita and @mfeckie!
Hello, I have encountered an Unhandled Exception
Log from ADB:
On Phoenix I sent this:
I was able to fix this by updating:
to
I am fairly new to Dart so I am not sure if there was maybe some missing Null safety implementation?