ub3lal пре 3 недеља
родитељ
комит
1c6e3774b7
1 измењених фајлова са 1 додато и 0 уклоњено
  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);
   }
 }