UpdateConnectionState constructor
UpdateConnectionState({
- String? extra,
- int? client_id,
- ConnectionState? state,
Implementation
UpdateConnectionState({
super.extra,
super.client_id,
this.state,
});