Skip to content

Commit

Permalink
Merge pull request #100 from vietstone-ng/main
Browse files Browse the repository at this point in the history
update dio to return bytes as default
  • Loading branch information
incrediblezayed authored Feb 22, 2024
2 parents 71d6d12 + d0249b4 commit 13fb3b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/utils/helpers.dart
Original file line number Diff line number Diff line change
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 13fb3b1

Please sign in to comment.