Cronet_RESULT class abstract

Constructors

Cronet_RESULT()

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

Constants

Cronet_RESULT_ILLEGAL_ARGUMENT → const int
Cronet_RESULT_ILLEGAL_ARGUMENT_INVALID_HOSTNAME → const int
Cronet_RESULT_ILLEGAL_ARGUMENT_INVALID_HTTP_HEADER → const int
Cronet_RESULT_ILLEGAL_ARGUMENT_INVALID_HTTP_METHOD → const int
Cronet_RESULT_ILLEGAL_ARGUMENT_INVALID_PIN → const int
Cronet_RESULT_ILLEGAL_ARGUMENT_STORAGE_PATH_MUST_EXIST → const int
Cronet_RESULT_ILLEGAL_STATE → const int
Cronet_RESULT_ILLEGAL_STATE_CANNOT_SHUTDOWN_ENGINE_FROM_NETWORK_THREAD → const int
Cronet_RESULT_ILLEGAL_STATE_ENGINE_ALREADY_STARTED → const int
Cronet_RESULT_ILLEGAL_STATE_READ_FAILED → const int
Cronet_RESULT_ILLEGAL_STATE_REQUEST_ALREADY_INITIALIZED → const int
Cronet_RESULT_ILLEGAL_STATE_REQUEST_ALREADY_STARTED → const int
Cronet_RESULT_ILLEGAL_STATE_REQUEST_NOT_INITIALIZED → const int
Cronet_RESULT_ILLEGAL_STATE_REQUEST_NOT_STARTED → const int
Cronet_RESULT_ILLEGAL_STATE_STORAGE_PATH_IN_USE → const int
Cronet_RESULT_ILLEGAL_STATE_UNEXPECTED_READ → const int
Cronet_RESULT_ILLEGAL_STATE_UNEXPECTED_REDIRECT → const int
Cronet_RESULT_NULL_POINTER → const int
Cronet_RESULT_NULL_POINTER_CALLBACK → const int
Cronet_RESULT_NULL_POINTER_ENGINE → const int
Cronet_RESULT_NULL_POINTER_EXECUTOR → const int
Cronet_RESULT_NULL_POINTER_EXPIRATION_DATE → const int
Cronet_RESULT_NULL_POINTER_HEADER_NAME → const int
Cronet_RESULT_NULL_POINTER_HEADER_VALUE → const int
Cronet_RESULT_NULL_POINTER_HOSTNAME → const int
Cronet_RESULT_NULL_POINTER_METHOD → const int
Cronet_RESULT_NULL_POINTER_PARAMS → const int
Cronet_RESULT_NULL_POINTER_REQUEST_FINISHED_INFO_LISTENER_EXECUTOR → const int
Cronet_RESULT_NULL_POINTER_SHA256_PINS → const int
Cronet_RESULT_NULL_POINTER_URL → const int
Cronet_RESULT_SUCCESS → const int