beforeClose method

FutureOr<void> beforeClose(
  1. ClientType client
)

Called before each client this plugin is added to closes.

Implementation

FutureOr<void> beforeClose(ClientType client) {}