getLeaderboardLength method

ResponseFuture<GetLeaderboardLengthResponse_> getLeaderboardLength(
  1. GetLeaderboardLengthRequest_ request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$7.GetLeaderboardLengthResponse_> getLeaderboardLength(
    $7.GetLeaderboardLengthRequest_ request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getLeaderboardLength, request, options: options);
}