isMuted method

Future<bool?> isMuted()

Implementation

Future<bool?> isMuted() async {
  return await _key.currentState?.isMuted();
}