setMessageDisturb method
set the message from a specific user as not disturb, mute notification
Implementation
Future<V2TimCallback> setMessageDisturb(String userID, bool isDisturb) {
return model.setMessageDisturb(userID, isDisturb);
}
set the message from a specific user as not disturb, mute notification
Future<V2TimCallback> setMessageDisturb(String userID, bool isDisturb) {
return model.setMessageDisturb(userID, isDisturb);
}