listenForUIInteractions static method

Stream listenForUIInteractions()

Implementation

static Stream<dynamic> listenForUIInteractions() {
  return _uiInteractions.receiveBroadcastStream();
}