pub fn listen() -> Subscription<Event>
Expand description
Returns a Subscription
to all the ignored runtime events.
This subscription will notify your application of any Event
that was
not captured by any widget.
pub fn listen() -> Subscription<Event>
Returns a Subscription
to all the ignored runtime events.
This subscription will notify your application of any Event
that was
not captured by any widget.