ShellMount typedef

ShellMount = Future<void> Function(Widget tree)

Mounts tree (the full capture shell) into the host's element tree before the frame loop starts. A widget test passes tester.pumpWidget; the CLI passes its binding's pump.

Implementation

typedef ShellMount = Future<void> Function(Widget tree);