Skip to content

Commit 6a86ea4

Browse files
uemanloic-sharma
authored andcommitted
Remove doc reference to the compute method (flutter#38246)
1 parent 0e77d2f commit 6a86ea4

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)