commit | bd1ecfe2fb3376eeb003fa92e9626fa276af1b59 | [log] [tgz] |
---|---|---|
author | Gary Roumanis <groumanis@gmail.com> | Mon Feb 08 10:02:32 2021 -0800 |
committer | GitHub <noreply@github.com> | Mon Feb 08 10:02:32 2021 -0800 |
tree | 109007cc634df73dc23fc7684a414ee35d847e39 | |
parent | b5a33191922052fa276f6c98147493c2dd5a2991 [diff] |
Add onConnected (dart-lang/sse#39) Closes https://github.com/dart-lang/sse/issues/38 Before this change consumers of `package:sse` must assume the connection is established immediately. Add `onConnected` to prevent this assumption and so that UIs can react accordingly.