isMuted method

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

This method is used to get the user is muted or not.

Implementation

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