UpdateConnectionState constructor

UpdateConnectionState(
  1. {required ConnectionState state,
  2. int? extra,
  3. int? clientId}
)

The connection state has changed. This update must be used only to show a human-readable description of the connection state

Implementation

UpdateConnectionState