callback property

dynamic get callback

The callback name declared in the web worker. This should either be a String or a List of String, otherwise it will throw AssertionError on debug mode.

Implementation

dynamic get callback;