Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 61e95ba

Browse files
authored
Remove doc reference to the compute method (#38246)
1 parent a7ec07f commit 61e95ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/ui/platform_dispatcher.dart

+1-2
Original file line numberDiff line numberDiff line change
@@ -1156,8 +1156,7 @@ class PlatformDispatcher {
11561156
///
11571157
/// This callback is not directly invoked by errors in child isolates of the
11581158
/// root isolate. Programs that create new isolates must listen for errors on
1159-
/// those isolates and forward the errors to the root isolate. An example of
1160-
/// this can be found in the Flutter framework's `compute` function.
1159+
/// those isolates and forward the errors to the root isolate.
11611160
ErrorCallback? get onError => _onError;
11621161
set onError(ErrorCallback? callback) {
11631162
_onError = callback;

0 commit comments

Comments
 (0)