ResumeClientEvents
@Serializable
@SerialName(value = "ResumeClientEvents")
@ApiStatus.AvailableSince(value = "0.23.0")
Send a request to the server asking it to resume sending out events to its clients.
This essentially provides the ability to broadly enable live reloading behavior for the target server.
Sending this event more than once is a no-op. You are expected to call this only after previously calling a pause version event.