Called to indicate that time should advance.
This is invoked by flingFrom, for instance, so that the sequence of pointer events occurs over time.
The default implementation does nothing.
The WidgetTester subclass implements this by deferring to the binding.
Source
Future<Null> pump(Duration duration) => new Future<Null>.value(null);