isMuted method

  1. @override
Future<bool?> isMuted()
override

Query's mute status of call, true if call is muted

Implementation

@override
Future<bool?> isMuted() {
  return _channel.invokeMethod('isMuted', <String, dynamic>{});
}