beforeClose method

  1. @mustCallSuper
FutureOr<void> beforeClose(
  1. ClientType client
)

Called before each client this plugin is added to closes.

Implementation

@mustCallSuper
FutureOr<void> beforeClose(ClientType client) => plugin.beforeClose(client);