getMachineKeyByIDs_Pre method

Future<GetMachineKeyByIDsResponse> getMachineKeyByIDs_Pre(
  1. ServiceCall $call,
  2. Future<GetMachineKeyByIDsRequest> $request
)

Implementation

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