isMuted method
Returns whether the webpage audio is muted.
Returns true if the page audio is muted, false otherwise.
Officially Supported Platforms/Implementations:
- Linux WPE WebKit 2.30+ (Official API - webkit_web_view_get_is_muted)
Use the PlatformInAppWebViewController.isMethodSupported method to check if this method is supported at runtime.
Implementation
Future<bool> isMuted() => platform.isMuted();