From 978eae43e15103543bceb81e84856df9570935e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Uek=C3=B6tter?= Date: Tue, 13 Dec 2022 14:30:45 +0100 Subject: [PATCH] Remove doc reference to the compute method --- lib/ui/platform_dispatcher.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ui/platform_dispatcher.dart b/lib/ui/platform_dispatcher.dart index 20349ded2fe43..6ffc0c5959f8e 100644 --- a/lib/ui/platform_dispatcher.dart +++ b/lib/ui/platform_dispatcher.dart @@ -1156,8 +1156,7 @@ class PlatformDispatcher { /// /// This callback is not directly invoked by errors in child isolates of the /// root isolate. Programs that create new isolates must listen for errors on - /// those isolates and forward the errors to the root isolate. An example of - /// this can be found in the Flutter framework's `compute` function. + /// those isolates and forward the errors to the root isolate. ErrorCallback? get onError => _onError; set onError(ErrorCallback? callback) { _onError = callback;