allocate abstract method

Future<AllocationResponse> allocate(
  1. ServerContext ctx,
  2. AllocationRequest request
)

Implementation

$async.Future<$0.AllocationResponse> allocate(
    $pb.ServerContext ctx, $0.AllocationRequest request);