pauseAllMediaPlayback method

Future<void> pauseAllMediaPlayback()

Pauses playback of all media in the web view.

Officially Supported Platforms/Implementations:

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

Implementation

Future<void> pauseAllMediaPlayback() => platform.pauseAllMediaPlayback();