File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
engine/src/flutter/shell/platform/embedder Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2602,8 +2602,8 @@ FlutterEngineResult FlutterEngineCollectAOTData(FlutterEngineAOTData data);
26022602/// engine may need the embedder to post tasks back to it before
26032603/// `FlutterEngineRun` has returned. Embedders can only post tasks
26042604/// to the engine if they have a handle to the engine. In such
2605- /// cases, embedders are advised to get the engine handle via the
2606- /// `FlutterInitializeCall `. Then they can call
2605+ /// cases, embedders are advised to get the engine handle by calling
2606+ /// `FlutterEngineInitialize `. Then they can call
26072607/// `FlutterEngineRunInitialized` knowing that they will be able to
26082608/// service custom tasks on other threads with the engine handle.
26092609///
You can’t perform that action at this time.
0 commit comments