pauldemarco / socketcluster_client

SocketCluster.io Client for Dart
BSD 3-Clause "New" or "Revised" License
12 stars 10 forks source link

Allow listener to be optional #3

Closed MichaelMarner closed 5 years ago

MichaelMarner commented 5 years ago

Connect function accepted a lister as an optional parameter, but required it to be passed in. This commit adds checks for null, and only calls methods on the listener if it has actually been set.