onFormResubmission property

(Future<FormResubmissionAction?> Function(InAppWebViewController controller, WebUri? url)?) onFormResubmission
final

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.

Supported Platforms/Implementations:

Implementation

final Future<FormResubmissionAction?> Function(
    InAppWebViewController controller, WebUri? url)? onFormResubmission;