AbstractWorker class

Annotations
  • DocsEditable()
  • DomName('AbstractWorker')
Implements
Implemented by

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(Event event) → bool Inherited
removeEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void Inherited
addEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void Inherited