countInStatus_Pre method
Future<CountResponse>
countInStatus_Pre(
- ServiceCall $call,
- Future<
CountInSLCStatusRequest> $request
Implementation
$async.Future<$1.CountResponse> countInStatus_Pre($grpc.ServiceCall $call,
$async.Future<$1.CountInSLCStatusRequest> $request) async {
return countInStatus($call, await $request);
}