isMuted method

Future<bool> isMuted()

Implementation

Future<bool> isMuted() async {
  return (await _nativeAd._invokeAdEvent('isMuted'));
}