DioGateway<T> class
- Implemented types
-
- Gateway<
T>
- Gateway<
Constructors
-
DioGateway({required Dio dio, required Request request, RequestMapper<
Response, T> ? mapper, void onReceiveProgress(int, int)?, void onSendProgress(int, int)?, Options? options})
Properties
- dio → Dio
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
mapper
→ RequestMapper<
Response, T> ? -
final
- onReceiveProgress → void Function(int, int)?
-
final
- onSendProgress → void Function(int, int)?
-
final
- options → Options?
-
final
- request → Request
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dispose(
) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
run(
) → Future< T> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited