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