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 dd8fde8 commit fc1b104Copy full SHA for fc1b104
flutter/lib/src/integrations/on_error_integration.dart
@@ -34,7 +34,7 @@ class OnErrorIntegration implements Integration<SentryFlutterOptions> {
34
if (binding == null) {
35
return;
36
}
37
-
+
38
// WidgetsBinding works with WidgetsFlutterBinding and other custom bindings
39
final wrapper = dispatchWrapper ??
40
PlatformDispatcherWrapper(binding.platformDispatcher);
0 commit comments