pauseAllMediaPlayback method
Pauses playback of all media in the web view.
NOTE for iOS: available on iOS 15.0+.
NOTE for MacOS: available on MacOS 12.0+.
Officially Supported Platforms/Implementations:
Implementation
Future<void> pauseAllMediaPlayback() {
throw UnimplementedError(
'pauseAllMediaPlayback is not implemented on the current platform');
}