2
0
mirror of https://github.com/esiur/esiur-dart.git synced 2026-04-04 10:18:20 +00:00

Update AsyncBag.dart

This commit is contained in:
Mohammed Salman
2019-08-31 15:59:38 +03:00
committed by GitHub
parent df911af295
commit 0ff70efde8

View File

@@ -49,10 +49,4 @@ class AsyncBag<T> extends AsyncReply<List<T>>
add(r); add(r);
}); });
} }
AsyncBag()
{
}
} }