isMuted method

Future<bool> isMuted()
inherited

Implementation

Future<bool> isMuted() {
  return _nativeAPI.isMuted();
}