QChatPushConfig constructor
QChatPushConfig({
- QChatPushMsgType? pushMsgType,
- bool? isNoDisturbOpen,
- required bool isPushShowNoDetail,
- String? startNoDisturbTime,
- String? stopNoDisturbTime,
Implementation
QChatPushConfig(
{this.pushMsgType,
this.isNoDisturbOpen,
required this.isPushShowNoDetail,
this.startNoDisturbTime,
this.stopNoDisturbTime});