From 0ff70efde84e43a48d1e4e43747f46c190c86869 Mon Sep 17 00:00:00 2001 From: Mohammed Salman Date: Sat, 31 Aug 2019 15:59:38 +0300 Subject: [PATCH] Update AsyncBag.dart --- lib/src/Core/AsyncBag.dart | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/src/Core/AsyncBag.dart b/lib/src/Core/AsyncBag.dart index c806fd4..e15b012 100644 --- a/lib/src/Core/AsyncBag.dart +++ b/lib/src/Core/AsyncBag.dart @@ -49,10 +49,4 @@ class AsyncBag extends AsyncReply> add(r); }); } - - AsyncBag() - { - - } - }