androidOnFormResubmission property

  1. @SupportedPlatforms.new(platforms: [AndroidPlatform()])
  2. @Deprecated('Use onFormResubmission instead')
FutureOr<FormResubmissionAction?> Function(T controller, Uri? url)? androidOnFormResubmission
final

Use onFormResubmission instead.

Officially Supported Platforms/Implementations:

  • Android WebView

Parameters - Officially Supported Platforms/Implementations:

  • url: all platforms

Use the PlatformWebViewCreationParams.isPropertySupported method to check if this property is supported at runtime.

Implementation

@SupportedPlatforms(platforms: [AndroidPlatform()])
@Deprecated('Use onFormResubmission instead')
final FutureOr<FormResubmissionAction?> Function(T controller, Uri? url)?
androidOnFormResubmission;