updateUserServerPushConfig method

Future<NIMResult<void>> updateUserServerPushConfig(
  1. QChatUpdateUserServerPushConfigParam param
)

Implementation

Future<NIMResult<void>> updateUserServerPushConfig(
    QChatUpdateUserServerPushConfigParam param) async {
  throw UnimplementedError('updateUserServerPushConfig is not implemented');
}