DioNetworkService class
Implements the NetworkService using the Dio package.
- Inheritance
-
- Object
- NetworkService
- DioNetworkService
Constructors
- DioNetworkService(Dio dio)
- Creates a new DioNetworkService instance.
Properties
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