UpdateConnectionState constructor
const
UpdateConnectionState({
- required ConnectionState state,
- dynamic extra,
- int? clientId,
The connection state has changed. This update must be used only to show a human-readable description of the connection state
Implementation
const UpdateConnectionState({
required this.state,
this.extra,
this.clientId,
});