readProductCommentCount method
Future<(UResponse<int> ?, UEmptyResponse?, String?)>
readProductCommentCount({})
Implementation
Future<(UResponse<int>?, UEmptyResponse?, String?)> readProductCommentCount({
required UIdParams p,
Function(UResponse<int> r)? onOk,
Function(UEmptyResponse e)? onError,
Function(String e)? onException,
}) => _Api.call("/comment/ReadProductCommentCount", p.toMap(), _Api.raw<int>(), _Api.empty, onOk, onError, onException);