utils/http/dio_transformer library
Classes
- FlutterTransformer
-
Dio has already implemented a
SyncTransformer
, and as the defaultTransformer
. If you want to custom the transformation of request/response data, you can provide aTransformer
by your self, and replace theSyncTransformer
by setting thedio.Transformer
.