AbstractWorker class

Annotated by:
  • DocsEditable()
  • DomName('AbstractWorker')
Implements:
Implementors

Constants

errorEvent = const EventStreamProvider<ErrorEvent>('error')
Static factory designed to expose error events to event handlers that are not necessarily instances of AbstractWorker.

Instance Properties

onError Stream<ErrorEvent>
read-only
on Events Inherited
read-only

Instance Methods

dispatchEvent Inherited ( Event event ) → bool
removeEventListener Inherited ( String type, dynamic listener(Event event), [bool useCapture] ) → void
addEventListener Inherited ( String type, dynamic listener(Event event), [bool useCapture] ) → void