Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Merge branch 'master' of github.com:flutter/plugins into webresource
  • Loading branch information
bparrishMines committed Jun 5, 2021
commit 407ee1f09c9e2f7bf8cc7b567ed678d82d99741c
2 changes: 1 addition & 1 deletion packages/webview_flutter/lib/webview_flutter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ class WebView extends StatefulWidget {
/// Invoked when a web resource has failed to load.
///
/// This callback is only called for the main page.
final WebResourceErrorCallback onWebResourceError;
final WebResourceErrorCallback? onWebResourceError;

/// Controls whether WebView debugging is enabled.
///
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.