getPushConfig method

Future<NIMResult<QChatPushConfig>> getPushConfig()

获取圈组推送设置

Implementation

Future<NIMResult<QChatPushConfig>> getPushConfig() {
  return _platform.getPushConfig();
}