Skip to content

Commit

Permalink
update dio to return bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
vietstone-ng committed Feb 22, 2024
1 parent 71d6d12 commit d0249b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/utils/helpers.dart
Expand Up @@ -39,6 +39,7 @@ class Helpers {
BaseOptions(
headers: link.headers,
method: link.method,
responseType: ResponseType.bytes,
),
);
Response response = await dio.request(
Expand Down

0 comments on commit d0249b4

Please sign in to comment.