allocate abstract method

Future<AllocationResponse> allocate(
  1. ServiceCall call,
  2. AllocationRequest request
)

Implementation

$async.Future<$0.AllocationResponse> allocate(
    $grpc.ServiceCall call, $0.AllocationRequest request);