count abstract method

Future<CountResponse> count(
  1. ServiceCall call,
  2. ProjectsServiceCountReq request
)

Implementation

$async.Future<$1.CountResponse> count(
    $grpc.ServiceCall call, $0.ProjectsServiceCountReq request);