SandboxMount typedef

SandboxMount = Future<void> Function(Widget tree)

Mounts a capture shell (Widget) into the host before the frame loop.

Implementation

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