onFormResubmission property
As the host application if the browser should resend data as the requested page was a result of a POST. The default is to not resend the data.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebViewClient.onFormResubmission)
Implementation
final Future<FormResubmissionAction?> Function(T controller, WebUri? url)?
onFormResubmission;