isMuted static method

  1. @Deprecated('Instead of use Mirrorfly.isChatMuted()')
Future<bool?> isMuted(
  1. String jid
)

Checks if a chat is muted for the given JID.

Implementation

@Deprecated('Instead of use Mirrorfly.isChatMuted()')
static Future<bool?> isMuted(String jid) {
  return FlyChatFlutterPlatform.instance.isMuted(jid);
}