isMuted property

  1. @override
Future<bool> get isMuted

Whether the player is muted.

Implementation

@override
Future<bool> get isMuted async => _playerPlatformInterface.isMuted;