noDisturb property Null safety

bool noDisturb
final

Whether to enable the do-not-disturb mode for push notifications.

  • true: Yes.
  • false: No. Sets it by {@link EMPushManager#disableOfflinePush(int, int)}.

Implementation

final bool noDisturb;