isMuted method

Future<bool?> isMuted(
  1. String jid
)

Implementation

Future<bool?> isMuted(String jid) {
  throw UnimplementedError('has not been implemented.');
}