count_Pre method

Future<CountResponse> count_Pre(
  1. ServiceCall $call,
  2. Future<CountPoints> $request
)

Implementation

$async.Future<$4.CountResponse> count_Pre($grpc.ServiceCall $call, $async.Future<$4.CountPoints> $request) async {
  return count($call, await $request);
}