onNoUpdate property

Stream<Event> onNoUpdate
@DocsEditable(), @DomName('ApplicationCache.onnoupdate')

Stream of noupdate events handled by this ApplicationCache.

Implementation

@DomName('ApplicationCache.onnoupdate')
@DocsEditable()
Stream<Event> get onNoUpdate => noUpdateEvent.forTarget(this);