Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/platform-integration/platform-channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -1222,8 +1222,7 @@ either invoke them from any `Isolate` that is the root
The handlers for the platform side can execute on the platform's main thread
or they can execute on a background thread if using a Task Queue.
You can invoke the platform side handlers asynchronously
and on any thread when the Task Queue API is available;
otherwise, they must be invoked on the platform thread.
and on any thread.

{{site.alert.note}}
On Android, the platform's main thread is sometimes
Expand Down