close abstract method

FutureOr close()

Sends a termination WorkerRequest to the worker. The Channel should release any resource related to the worker and should not be used after this method has been called.

Implementation

FutureOr close();