listLength method

ResponseFuture<ListLengthResponse_> listLength(
  1. ListLengthRequest_ request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.ListLengthResponse_> listLength(
    $0.ListLengthRequest_ request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$listLength, request, options: options);
}