fix(network): remove NativeAdapter to support big file upload
This commit is contained in:
@@ -39,9 +39,6 @@ class NetworkClient {
|
||||
),
|
||||
);
|
||||
|
||||
_dio.httpClientAdapter = NativeAdapter();
|
||||
_enteDio.httpClientAdapter = NativeAdapter();
|
||||
|
||||
_setupInterceptors(endpoint);
|
||||
|
||||
Bus.instance.on<EndpointUpdatedEvent>().listen((event) {
|
||||
|
||||
Reference in New Issue
Block a user