persistentConnection property
The requested persistent connection state.
Throws HttpProfileRequestError if hasError
is true
.
Implementation
bool? get persistentConnection => _returnIfNoError(_persistentConnection);
The requested persistent connection state.
Throws HttpProfileRequestError if hasError
is true
.
bool? get persistentConnection => _returnIfNoError(_persistentConnection);