video_player
dart:io
HttpClientRequest
property cookies
cookies
class HttpClientRequest
Constructors
HttpClientRequest
Properties
bufferOutput
connectionInfo
contentLength
cookies
done
followRedirects
headers
maxRedirects
method
persistentConnection
uri
encoding
hashCode
runtimeType
Methods
close
add
addError
addStream
flush
noSuchMethod
toString
write
writeAll
writeCharCode
writeln
Operators
operator ==
List
<
Cookie
>
cookies
Cookies to present to the server (in the 'cookie' header).
Source
List<Cookie> get cookies;
property cookies