isMuted method

Future<bool> isMuted()

Returns whether the webpage audio is muted.

Returns true if the page audio is muted, false otherwise.

Officially Supported Platforms/Implementations:

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

Implementation

Future<bool> isMuted() => platform.isMuted();