persistentConnection property
The requested persistent connection state.
The default value is true
.
Implementation
get persistentConnection => headers.persistentConnection;
The requested persistent connection state.
The default value is true
.
Implementation
set persistentConnection(bool value) {
headers.persistentConnection = value;
}