Skip to content

Commit

Permalink
Update dio/lib/src/multipart_file.dart
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Li <github@alexv525.com>
  • Loading branch information
AlexV525 authored Jul 25, 2023
1 parent 67fe9e6 commit 0d329ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dio/lib/src/multipart_file.dart
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ class MultipartFile {
contentType: contentType,
headers: headers,
);

bool _isFinalized = false;

Stream<List<int>> finalize() {
Expand Down

0 comments on commit 0d329ca

Please sign in to comment.