DioNetworkService class

Implements the NetworkService using the Dio package.

Inheritance

Constructors

DioNetworkService(Dio dio)
Creates a new DioNetworkService instance.

Properties

dio Dio
The Dio client used to send HTTP requests.
final
hashCode int
The hash code for this object.
read-onlyinherited
log Logger
The Logger instance for this class.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

get(String url, {Map<String, String>? headers, Map<String, String>? queryParameters}) Future<HttpResponse>
Sends a GET request to the specified url.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post(String url, {Map<String, String>? headers, dynamic body}) Future<HttpResponse>
Sends a POST request to the specified url.
override
toString() String
A string representation of this object.
inherited

Operators

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