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
Use drain to reach end of stream in tests (flutter#75)
Replace `.toList()` for cases where we don't care about the collected
values.
Replace `.listen(null).asFuture()` since that is exactly the
implementation of `drain`.
0 commit comments