getDoNotDisturb static method
Gets Do-not-disturb option for the current User
.
Implementation
static Future<DoNotDisturb> getDoNotDisturb() async {
sbLog.i(StackTrace.current);
return await _instance._chat.getDoNotDisturb();
}
Gets Do-not-disturb option for the current User
.
static Future<DoNotDisturb> getDoNotDisturb() async {
sbLog.i(StackTrace.current);
return await _instance._chat.getDoNotDisturb();
}