NetworkProvider class
Constructors
- NetworkProvider.new({String? baseUrl, Duration? receiveTimeout})
Properties
Methods
-
get(
{required String url, Map< String, dynamic> ? queryParameters, Map<String, String> ? headers}) → Future<NetworkResponse> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
post(
{required String url, Map< String, dynamic> ? queryParameters, Map<String, String> ? headers, dynamic body}) → Future<NetworkResponse> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited