getDoNotDisturb method

Future<DoNotDisturb> getDoNotDisturb()

Gets Do-not-disturb option for the current User.

Implementation

Future<DoNotDisturb> getDoNotDisturb() async {
  return await SendbirdChat.getDoNotDisturb();
}