ub3lal 3 tuần trước cách đây
mục cha
commit
1c6e3774b7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      lib/src/http_request.dart

+ 1 - 0
lib/src/http_request.dart

@@ -87,5 +87,6 @@ class HttpGetImage {
         sendPort.send(null);
       }
     } while (response.statusCode != 200);
+    sendPort.send(null);
   }
 }