isMuted static method
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);
}
Checks if a chat is muted for the given JID.
@Deprecated('Instead of use Mirrorfly.isChatMuted()')
static Future<bool?> isMuted(String jid) {
return FlyChatFlutterPlatform.instance.isMuted(jid);
}