getMachineKeyByIDs_Pre method
Future<GetMachineKeyByIDsResponse>
getMachineKeyByIDs_Pre(
- ServiceCall $call,
- Future<
GetMachineKeyByIDsRequest> $request
Implementation
$async.Future<$0.GetMachineKeyByIDsResponse> getMachineKeyByIDs_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.GetMachineKeyByIDsRequest> $request) async {
return getMachineKeyByIDs($call, await $request);
}