mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-02 09:38:20 +00:00
Dart 2.7
This commit is contained in:
@@ -26,7 +26,7 @@ class AsyncBag<T> extends AsyncReply<List<T>>
|
||||
var k = _replies[i];
|
||||
var index = i;
|
||||
|
||||
k.then((r)
|
||||
k.then<dynamic>((r)
|
||||
{
|
||||
_results[index] = r;
|
||||
_count++;
|
||||
|
||||
Reference in New Issue
Block a user