Skip to content
Snippets Groups Projects
Commit d42d3317 authored by chenxunhai's avatar chenxunhai
Browse files

Update io.dart

parent 9924ac49
Branches
No related merge requests found
......@@ -13,8 +13,7 @@ extension MinioX on Minio {
String object,
String filePath, [
Map<String, String>? metadata,
void Function(int)? onProgress,
]) async {
], {void Function(int)? onProgress,}) async {
MinioInvalidBucketNameError.check(bucket);
MinioInvalidObjectNameError.check(object);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment