NetworkManagerDio class

Available Extensions

Constructors

NetworkManagerDio({NetworkConfigDio? config})

Properties

body Map<String, dynamic>
getter/setter pair
callback_dio NetworkDiocallback_dio?
getter/setter pair
config NetworkConfigDio?
getter/setter pair
handleErrorXMLHttpRequest bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>
getter/setter pair
isEnableLogDioPretty bool?
getter/setter pair
requestFile NetworkRequestFile?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
final
timeOutSecond int?
getter/setter pair
type NetworkTypeDio?
getter/setter pair
url String
getter/setter pair

Methods

any(String url, NetworkTypeDio type, {Map<String, dynamic>? body, Map<String, String>? headers, NetworkRequestFile? requestFile, ProgressCallbackFastor? onSendProgress, ProgressCallbackFastor? onReceiveProgress, bool? isEnableLogDioPretty, int? timeOutSecond, bool? handleErrorXMLHttpRequest, NetworkDiocallback_dio? callback}) Future<Response>
callBack(String url, {required NetworkDiocallback_dio callback, Map<String, dynamic>? body, Map<String, String>? headers, NetworkRequestFile? requestFile, ProgressCallbackFastor? onSendProgress, ProgressCallbackFastor? onReceiveProgress, NetworkTypeDio? type, bool? isEnableLogDioPretty, int? timeOutSecond, bool? handleErrorXMLHttpRequest}) Future<Response>
delete(String url, {Map<String, dynamic>? body, Map<String, String>? headers, NetworkRequestFile? requestFile, int? timeOutSecond, bool? isEnableLogDioPretty, bool? handleErrorXMLHttpRequest, NetworkDiocallback_dio? callback}) Future<Response>
file(String url, {Map<String, dynamic>? body, Map<String, String>? headers, NetworkRequestFile? requestFile, bool? isEnableLogDioPretty, int? timeOutSecond, ProgressCallbackFastor? onSendProgress, ProgressCallbackFastor? onReceiveProgress, bool? handleErrorXMLHttpRequest, NetworkDiocallback_dio? callback}) Future<Response>
get(String url, {Map<String, dynamic>? body, Map<String, String>? headers, NetworkRequestFile? requestFile, int? timeOutSecond, bool? isEnableLogDioPretty, bool? handleErrorXMLHttpRequest, NetworkDiocallback_dio? callback}) Future<Response>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(String url, {Map<String, dynamic>? body, Map<String, String>? headers, NetworkRequestFile? requestFile, int? timeOutSecond, bool? isEnableLogDioPretty, bool? handleErrorXMLHttpRequest, NetworkDiocallback_dio? callback}) Future<Response>
post(String url, {Map<String, dynamic>? body, Map<String, String>? headers, NetworkRequestFile? requestFile, int? timeOutSecond, bool? isEnableLogDioPretty, bool? handleErrorXMLHttpRequest, NetworkDiocallback_dio? callback}) Future<Response>
put(String url, {Map<String, dynamic>? body, Map<String, String>? headers, NetworkRequestFile? requestFile, int? timeOutSecond, bool? isEnableLogDioPretty, bool? handleErrorXMLHttpRequest, NetworkDiocallback_dio? callback}) Future<Response>
toString() String
A string representation of this object.
inherited

Operators

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