onOpened property

void Function({required Client client})? onOpened
getter/setter pair

The reopened event of the client.

Implementation

void Function({
  required Client client,
})? onOpened;