onSaveFileSecurityCheckStarting method

  1. @override
FutureOr<SaveFileSecurityCheckStartingResponse?>? onSaveFileSecurityCheckStarting(
  1. SaveFileSecurityCheckStartingRequest request
)
inherited

Event fired when a save file security check is starting.

Officially Supported Platforms/Implementations:

Parameters - Officially Supported Platforms/Implementations:

  • request: all platforms

Use the PlatformInAppBrowserEvents.isMethodSupported method to check if this method is supported at runtime.

Implementation

@override
FutureOr<SaveFileSecurityCheckStartingResponse?>?
onSaveFileSecurityCheckStarting(
  SaveFileSecurityCheckStartingRequest request,
) {
  return null;
}