onFormResubmission method

  1. @override
Future<FormResubmissionAction?>? onFormResubmission(
  1. WebUri? url
)
override

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:

Implementation

@override
Future<FormResubmissionAction?>? onFormResubmission(WebUri? url) {
  return null;
}