NetworkTool class

Constructs a cookie based on specified parameters.

Constructors

NetworkTool()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

buildNetworkCookie(String cookieName, String? cookieValue, String? domain, String? path, bool? isHttpOnly, bool? isSecure, double? maxAge) Future<String>
Constructs a cookie by combining entered values.
buildNetworkUrl(String domain, bool? isUseHttps) Future<String>
Obtains a cookie URL based on the domain name and isUseHttps.