UnexpectedConnectionState constructor Null safety
- [String msg = 'Unexpected connection state']
Implementation
UnexpectedConnectionState([String msg = 'Unexpected connection state']) : super(msg);
UnexpectedConnectionState([String msg = 'Unexpected connection state']) : super(msg);