We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e77d2f commit 6a86ea4Copy full SHA for 6a86ea4
lib/ui/platform_dispatcher.dart
@@ -1156,8 +1156,7 @@ class PlatformDispatcher {
1156
///
1157
/// This callback is not directly invoked by errors in child isolates of the
1158
/// 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.
+ /// those isolates and forward the errors to the root isolate.
1161
ErrorCallback? get onError => _onError;
1162
set onError(ErrorCallback? callback) {
1163
_onError = callback;
0 commit comments