getDoNotDisturb method
Gets Do-not-disturb option for the current User
.
Implementation
Future<DoNotDisturb> getDoNotDisturb() async {
return await SendbirdChat.getDoNotDisturb();
}
Gets Do-not-disturb option for the current User
.
Future<DoNotDisturb> getDoNotDisturb() async {
return await SendbirdChat.getDoNotDisturb();
}