INetworkManager class abstract

Implementers

Constructors

INetworkManager()

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

execute<T extends BaseResponseModel, K>(T responseModel) Future<Result<K, NetworkError>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBody(Map<String, dynamic>? body) INetworkManager
setConnectionTimeOut(int timeOut) INetworkManager
setContentType(String contentType) INetworkManager
setDELETE() INetworkManager
setGET() INetworkManager
setHeader(Map<String, dynamic>? header) INetworkManager
setLoggerRequest() INetworkManager
setPath(String path) INetworkManager
setPOST() INetworkManager
setPUT() INetworkManager
setQueryParameters(Map<String, dynamic>? queryParameters) INetworkManager
setReceiveTimeOut(int receiveTimeOut) INetworkManager
setSendTimeout(int sendTimeout) INetworkManager
toString() String
A string representation of this object.
inherited

Operators

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