DioManager class
Constructors
- DioManager(BaseOptions baseOptions)
Properties
- baseOptions ↔ BaseOptions
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
delete<
T> (dynamic path, {Options? options}) → Future -
find<
T> (dynamic path, {dynamic options}) → Future -
hanleData<
T> (Response response) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
patch<
T> (dynamic path, {Map? data, Options? options}) → Future -
post<
T> (dynamic path, {Map? data, Options? options}) → Future -
put<
T> (dynamic path, {Map? data, Options? options}) → Future -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited