rollPrivateKey_Pre method

Future<ProjectResponse> rollPrivateKey_Pre(
  1. ServiceCall call,
  2. Future<ProjectRequest> request
)

Implementation

$async.Future<$0.ProjectResponse> rollPrivateKey_Pre(
    $grpc.ServiceCall call, $async.Future<$0.ProjectRequest> request) async {
  return rollPrivateKey(call, await request);
}