selectionsStream method

  1. @override
Stream<String> selectionsStream()
override

Deserializes and notifies about selections made by the user in OS flows.

Implementation

@override
Stream<String> selectionsStream() =>
    linksChannel.receiveBroadcastStream().map((item) => item.toString());