In Dart, is there any way to get a Future from a Stream that would complete once a new item is emitted on that stream?
Something like:
void main() async {