close method

FutureOr<void> close()

Close this Handler. This method must not be called by application code. The actors library will call this when an Actor that uses this Handler is closed.

Implementation

FutureOr<void> close() {}