count abstract method

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

Implementation

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