ShellFramePump typedef

ShellFramePump = Future<void> Function()

Pumps the host one frame after the controller seeks, so the just-seeked frame is fully built before its pixels are read. A widget test passes () => tester.pump(); the CLI passes its binding's pump.

Implementation

typedef ShellFramePump = Future<void> Function();