diff --git a/src/platform-integration/platform-channels.md b/src/platform-integration/platform-channels.md index 746870047e7..c45ad6e8d60 100644 --- a/src/platform-integration/platform-channels.md +++ b/src/platform-integration/platform-channels.md @@ -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