FlWebViewDelegate class

Properties

hashCode int
The hash code for this object.
no setterinherited
onGeolocationPermissionsShowPrompt FlWebViewDelegateWithGeolocationPermissionsShowPrompt?
Supports android onGeolocationPermissionsShowPrompt
final
onNavigationRequest FlWebViewDelegateWithNavigationRequest?
Supports android and ios
final
onPageFinished FlWebViewDelegateWithUrlCallback?
Supports android and ios
final
onPageStarted FlWebViewDelegateWithUrlCallback?
Supports android and ios
final
onPermissionRequest FlWebViewDelegateWithPermissionRequest?
Supports android onPermissionRequest
final
onPermissionRequestCanceled FlWebViewDelegateWithPermissionRequestCanceled?
Supports android onPermissionRequestCanceled
final
onProgress FlWebViewDelegateWithProgressCallback?
Supports android and ios
final
onScrollChanged FlWebViewDelegateWithScrollChangedCallback?
Supports android and ios
final
onShowFileChooser FlWebViewDelegateWithShowFileChooser?
Supports android onShowFileChooser
final
onSizeChanged FlWebViewDelegateWithSizeCallback?
Supports android and ios
final
onUrlChanged FlWebViewDelegateWithUrlCallback?
Supports android and ios
final
onWebResourceError FlWebViewDelegateWithWebResourceError?
Supports android and ios
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({FlWebViewDelegateWithUrlCallback? onPageStarted, FlWebViewDelegateWithUrlCallback? onPageFinished, FlWebViewDelegateWithProgressCallback? onProgress, FlWebViewDelegateWithSizeCallback? onSizeChanged, FlWebViewDelegateWithScrollChangedCallback? onScrollChanged, FlWebViewDelegateWithNavigationRequest? onNavigationRequest, FlWebViewDelegateWithUrlCallback? onUrlChanged, FlWebViewDelegateWithWebResourceError? onWebResourceError, FlWebViewDelegateWithShowFileChooser? onShowFileChooser, FlWebViewDelegateWithPermissionRequest? onPermissionRequest, FlWebViewDelegateWithGeolocationPermissionsShowPrompt? onGeolocationPermissionsShowPrompt, FlWebViewDelegateWithPermissionRequestCanceled? onPermissionRequestCanceled}) FlWebViewDelegate
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited