mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
06afdfe54e
This removes the Application::Delegate interface and instead uses a closure that captures the task runner. The interface was expected to be more complicated than it turned out to be.
Flutter Application Runner
Implements the component::ApplicationRunner FIDL interface to launch and run mutliple Flutter applications within the same process.