We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c8fcf commit 9b19bfdCopy full SHA for 9b19bfd
src/platform-integration/platform-channels.md
@@ -1222,8 +1222,7 @@ either invoke them from any `Isolate` that is the root
1222
The handlers for the platform side can execute on the platform's main thread
1223
or they can execute on a background thread if using a Task Queue.
1224
You can invoke the platform side handlers asynchronously
1225
-and on any thread when the Task Queue API is available;
1226
-otherwise, they must be invoked on the platform thread.
+and on any thread.
1227
1228
{{site.alert.note}}
1229
On Android, the platform's main thread is sometimes
0 commit comments