You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a method that was added in Dart 2.0 that we haven't got around to implementing yet. The tracking bug for most of these is here: #418
I've updated the title of that bug to more accurately reflect that this isn't restricted just to collections. I'll close this issue as a duplicate of that.
Hi,
I see at this line, it says that Dart 2.0 requires to override the timer.tick method
quiver-dart/lib/testing/src/async/fake_async.dart
Line 293 in 54f6693
So how exactly to do this? does i need to supply a MockTimer as such? Or i need to implement my own Timer class?
Thanks.
The text was updated successfully, but these errors were encountered: