onResuming property

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

The resuming event of the client.

Implementation

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