rotateKey_Pre method

Future<RotateKeyResponse> rotateKey_Pre(
  1. ServiceCall call,
  2. Future<RotateKeyRequest> request
)

Implementation

$async.Future<$9.RotateKeyResponse> rotateKey_Pre($grpc.ServiceCall call, $async.Future<$9.RotateKeyRequest> request) async {
  return rotateKey(call, await request);
}