AllocationClientServiceBase constructor
AllocationClientServiceBase()
Implementation
AllocationClientServiceBase() {
$addMethod($grpc.ServiceMethod<$0.AllocationRequest, $0.AllocationResponse>(
'Allocate',
allocate_Pre,
false,
false,
($core.List<$core.int> value) => $0.AllocationRequest.fromBuffer(value),
($0.AllocationResponse value) => value.writeToBuffer()));
}