dart-lang / web_socket_channel

StreamChannel wrappers for WebSockets.
https://pub.dev/packages/web_socket_channel
BSD 3-Clause "New" or "Revised" License
419 stars 109 forks source link

Drop some use of ! #296

Closed natebosch closed 10 months ago

natebosch commented 10 months ago

Use an if-case and destructure to new local variables to avoid some throw-if-null operator usage.