call method

void call()

Alias for the dispose method, allowing the Worker instance to be called directly for disposal.

Implementation

void call() => dispose();