getPushConfig method Null safety
获取圈组推送设置
Implementation
Future<NIMResult<QChatPushConfig>> getPushConfig() {
return _platform.getPushConfig();
}
获取圈组推送设置
Future<NIMResult<QChatPushConfig>> getPushConfig() {
return _platform.getPushConfig();
}