isMuted abstract method

Future<bool> isMuted()

To Check if currently Muted or not

  • Always return the value if not started then it will give false

Implementation

Future<bool> isMuted();